Lines Matching refs:UnicodeSet
290 UnicodeSet alpha(UNICODE_STRING_SIMPLE("[:Alphabetic:]"), errorCode);
292 dataerrln("UnicodeSet([:Alphabetic:]) failed - %s", u_errorName(errorCode));
303 UnicodeSet set(pattern, errorCode);
305 errln("UnicodeSet([:Alphabetic=%s:]) failed - %s\n", falseValues[i], u_errorName(errorCode));
310 errln("UnicodeSet([:Alphabetic=%s:]).complement()!=UnicodeSet([:Alphabetic:])\n", falseValues[i]);
317 UnicodeSet set(pattern, errorCode);
319 errln("UnicodeSet([:Alphabetic=%s:]) failed - %s\n", trueValues[i], u_errorName(errorCode));
323 errln("UnicodeSet([:Alphabetic=%s:])!=UnicodeSet([:Alphabetic:])\n", trueValues[i]);
349 UnicodeSet set1, set2;