| |
|
| java.lang.Object com.ibm.icu.text.CollationRuleParser
CollationRuleParser | final class CollationRuleParser (Code) | | Class for parsing collation rules, produces a list of tokens that will be
turned into collation elements
author: Syn Wee Quek since: release 2.2, June 7 2002 |
Inner Class :static class OptionSet | |
Inner Class :static class TokenListHeader | |
Inner Class :static class Token | |
TOKEN_RESET_ | final static int TOKEN_RESET_(Code) | | Indicator that the token is resetted yet, ie & in the rules
|
m_copySet_ | UnicodeSet m_copySet_(Code) | | UnicodeSet that contains code points to be copied from the UCA
|
m_listHeader_ | TokenListHeader m_listHeader_(Code) | | List of parsed tokens
|
m_options_ | OptionSet m_options_(Code) | | Collation options
|
m_removeSet_ | UnicodeSet m_removeSet_(Code) | | UnicodeSet that contains code points for which we want to remove
UCA contractions. It implies copying of these code points from
the UCA.
|
m_resultLength_ | int m_resultLength_(Code) | | Size of the number of tokens
|
m_source_ | StringBuffer m_source_(Code) | | Normalized collation rules with some extra characters
|
m_variableTop_ | Token m_variableTop_(Code) | | Variable top token
|
CollationRuleParser | CollationRuleParser(String rules) throws ParseException(Code) | | RuleBasedCollator constructor that takes the rules.
Please see RuleBasedCollator class description for more details on the
collation rule syntax.
See Also: java.util.Locale Parameters: rules - the collation rules to build the collation table from. exception: ParseException - thrown when argument rules have an invalidsyntax. |
|
|
|