Home | History | Annotate | Download | only in i18n

Lines Matching refs:UnicodeSet

131  * during parsing to give UnicodeSet access to variables that
432 if (UnicodeSet::resemblesPattern(rule, pos-1)) {
866 UnicodeSet* TransliteratorParser::orphanCompoundFilter() {
867 UnicodeSet* f = compoundFilter;
1000 UnicodeSet* f = TransliteratorIDParser::parseGlobalFilter(rule, p, direction, withParens, NULL);
1105 ((UnicodeSet*)variablesVector.elementAt(j));
1502 * Parse a UnicodeSet out, store it, and return the stand-in character
1508 UnicodeSet* set = new UnicodeSet(rule, pos, USET_IGNORE_SPACE, parseData, status);
1595 UnicodeSet* tempus = new UnicodeSet(UnicodeString(TRUE, DOT_SET, -1), status);