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.DataTransliteratorParser.curDataThe current data object for which we are parsing rulesprivate final RuleBasedTransliterator.DataRuleBasedTransliterator.dataDeprecated.private final RuleBasedTransliterator.DataStringMatcher.dataContext object that maps stand-ins to matcher and replacer objects.private final RuleBasedTransliterator.DataStringReplacer.dataObject that translates stand-in characters in 'output' to UnicodeReplacer objects.private final RuleBasedTransliterator.DataTransliterationRule.dataAn alias pointer to the data for this rule.Fields in com.ibm.icu.text with type parameters of type RuleBasedTransliterator.DataModifier and TypeFieldDescriptionTransliteratorParser.dataVectorPUBLIC data member.private List<RuleBasedTransliterator.Data> TransliteratorRegistry.CompoundRBTEntry.dataVectorConstructors 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.