Home | History | Annotate | Download | only in i18n

Lines Matching refs:UnicodeSet

82             UnicodeSet *set = new UnicodeSet(filter, ec);
249 * @return a UnicodeSet object or NULL. A non-NULL results
254 UnicodeSet* TransliteratorIDParser::parseGlobalFilter(const UnicodeString& id, int32_t& pos,
258 UnicodeSet* filter = NULL;
272 if (UnicodeSet::resemblesPattern(id, pos)) {
275 filter = new UnicodeSet(id, ppos, USET_IGNORE_SPACE, NULL, ec);
334 * separator is a semicolon. The global filters are UnicodeSet
355 UnicodeSet*& globalFilter) {
361 UnicodeSet* filter;
688 * @param allowFilter2 if TRUE, a UnicodeSet pattern is allowed
721 UnicodeSet::resemblesPattern(id, pos)) {
725 UnicodeSet set(id, ppos, USET_IGNORE_SPACE, NULL, ec);