Lines Matching refs:UnicodeSet
1107 UnicodeSet iSet, set;
1187 UnicodeSet filter(UNICODE_STRING_SIMPLE("[^\\u00a0-\\u00ff]"), errorCode);
1316 initExpectedSkippables(UnicodeSet skipSets[UNORM_MODE_COUNT], UErrorCode &errorCode) {
1329 UnicodeSet combineBack("[:NFC_QC=Maybe:]", errorCode);
1342 UnicodeSet notInteresting("[[:C:][:Unified_Ideograph:][:HST=LVT:]]", errorCode);
1343 LocalPointer<UnicodeSet> unsure(&((UnicodeSet *)(skipSets[UNORM_NFC].clone()))->removeAll(notInteresting));
1378 UnicodeSet diff, skipSets[UNORM_MODE_COUNT], expectSets[UNORM_MODE_COUNT];
1387 if(errorCode.logDataIfFailureAndReset("UnicodeSet(NF..._Inert) failed")) {
1398 // Note: This used to depend on hardcoded UnicodeSet patterns generated by
1492 UnicodeSet filter(UNICODE_STRING_SIMPLE("[^\\u00a0-\\u00ff\\u0310-\\u031f]"), errorCode);