Searched refs:parseRuleChain (Results 1 – 6 of 6) sorted by relevance
149 void parseRuleChain(UErrorCode &errorCode);
102 parseRuleChain(errorCode); in parse()129 CollationRuleParser::parseRuleChain(UErrorCode &errorCode) { in parseRuleChain() function in CollationRuleParser
142 parseRuleChain(); in parse()166 private void parseRuleChain() throws ParseException { in parseRuleChain() method in CollationRuleParser
146 parseRuleChain(); in parse()170 private void parseRuleChain() throws ParseException { in parseRuleChain() method in CollationRuleParser
391 return description.length() == 0 ? DEFAULT : new PluralRules(parseRuleChain(description)); in parseDescription()1587 private static RuleList parseRuleChain(String description) in parseRuleChain() method in PluralRules
392 return description.length() == 0 ? DEFAULT : new PluralRules(parseRuleChain(description)); in parseDescription()1519 private static RuleList parseRuleChain(String description) in parseRuleChain() method in PluralRules