Uses of Class
com.ibm.icu.text.TransliteratorParser
-
Packages that use TransliteratorParser Package Description com.ibm.icu.text -
-
Uses of TransliteratorParser in com.ibm.icu.text
Methods in com.ibm.icu.text with parameters of type TransliteratorParser Modifier and Type Method Description boolean
TransliteratorParser.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.boolean
TransliteratorParser.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.int
TransliteratorParser.RuleHalf. parse(java.lang.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 int
TransliteratorParser.RuleHalf. parseSection(java.lang.String rule, int pos, int limit, TransliteratorParser parser, java.lang.StringBuffer 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.
-