Searched refs:parseReordering (Results 1 – 3 of 3) sorted by relevance
161 void parseReordering(const UnicodeString &raw, UErrorCode &errorCode);
496 parseReordering(raw, errorCode); in parseSetting()682 CollationRuleParser::parseReordering(const UnicodeString &raw, UErrorCode &errorCode) { in parseReordering() function in CollationRuleParser
532 parseReordering(raw); in parseSetting()699 private void parseReordering(CharSequence raw) throws ParseException { in parseReordering() method in CollationRuleParser