Uses of Class
com.ibm.icu.text.TransliteratorParser
Packages that use TransliteratorParser
-
Uses of TransliteratorParser in com.ibm.icu.text
Methods in com.ibm.icu.text with parameters of type TransliteratorParserModifier and TypeMethodDescriptionbooleanTransliteratorParser.RuleHalf.isValidInput(TransliteratorParser parser) Return true if this half looks like valid input, that is, does not contain functions or other special output-only elements.booleanTransliteratorParser.RuleHalf.isValidOutput(TransliteratorParser parser) Return true if this half looks like valid output, that is, does not contain quantifiers or other special input-only elements.intTransliteratorParser.RuleHalf.parse(String rule, int pos, int limit, TransliteratorParser parser) Parse one side of a rule, stopping at either the limit, the END_OF_RULE character, or an operator.private intTransliteratorParser.RuleHalf.parseSection(String rule, int pos, int limit, TransliteratorParser parser, StringBuilder buf, UnicodeSet illegal, boolean isSegment) Parse a section of one side of a rule, stopping at either the limit, the END_OF_RULE character, an operator, or a segment close character.