Uses of Class
com.ibm.icu.text.RuleBasedTransliterator.Data
Packages that use RuleBasedTransliterator.Data
-
Uses of RuleBasedTransliterator.Data in com.ibm.icu.text
Fields in com.ibm.icu.text declared as RuleBasedTransliterator.DataModifier and TypeFieldDescriptionprivate RuleBasedTransliterator.Data
TransliteratorParser.curData
The current data object for which we are parsing rulesprivate final RuleBasedTransliterator.Data
RuleBasedTransliterator.data
Deprecated.private final RuleBasedTransliterator.Data
StringMatcher.data
Context object that maps stand-ins to matcher and replacer objects.private final RuleBasedTransliterator.Data
StringReplacer.data
Object that translates stand-in characters in 'output' to UnicodeReplacer objects.private final RuleBasedTransliterator.Data
TransliterationRule.data
An alias pointer to the data for this rule.Fields in com.ibm.icu.text with type parameters of type RuleBasedTransliterator.DataModifier and TypeFieldDescriptionTransliteratorParser.dataVector
PUBLIC data member.private List
<RuleBasedTransliterator.Data> TransliteratorRegistry.CompoundRBTEntry.dataVector
Constructors in com.ibm.icu.text with parameters of type RuleBasedTransliterator.DataModifierConstructorDescription(package private)
RuleBasedTransliterator
(String ID, RuleBasedTransliterator.Data data, UnicodeFilter filter) Deprecated.StringMatcher
(String theString, int start, int limit, int segmentNum, RuleBasedTransliterator.Data theData) Construct a matcher that matches a substring of the given pattern string.StringMatcher
(String theString, int segmentNum, RuleBasedTransliterator.Data theData) Construct a matcher that matches the given pattern string.StringReplacer
(String theOutput, int theCursorPos, RuleBasedTransliterator.Data theData) Construct a StringReplacer that sets the emits the given output text and sets the cursor to the given position.StringReplacer
(String theOutput, RuleBasedTransliterator.Data theData) Construct a StringReplacer that sets the emits the given output text and does not modify the cursor.TransliterationRule
(String input, int anteContextPos, int postContextPos, String output, int cursorPos, int cursorOffset, UnicodeMatcher[] segs, boolean anchorStart, boolean anchorEnd, RuleBasedTransliterator.Data theData) Construct a new rule with the given input, output text, and other attributes.