Lines Matching refs:UnicodeSet
129 * during parsing to give UnicodeSet access to variables that
426 if (UnicodeSet::resemblesPattern(rule, pos-1)) {
860 UnicodeSet* TransliteratorParser::orphanCompoundFilter() {
861 UnicodeSet* f = compoundFilter;
994 UnicodeSet* f = TransliteratorIDParser::parseGlobalFilter(rule, p, direction, withParens, NULL);
1099 ((UnicodeSet*)variablesVector.elementAt(j));
1496 * Parse a UnicodeSet out, store it, and return the stand-in character
1502 UnicodeSet* set = new UnicodeSet(rule, pos, USET_IGNORE_SPACE, parseData, status);
1589 UnicodeSet* tempus = new UnicodeSet(DOT_SET, status);