Home | History | Annotate | Download | only in intltest

Lines Matching refs:UnicodeSet

1107     UnicodeSet iSet, set;
1170 UnicodeSet filter(UNICODE_STRING_SIMPLE("[^\\u00a0-\\u00ff]"), errorCode);
1285 initExpectedSkippables(UnicodeSet skipSets[UNORM_MODE_COUNT], UErrorCode &errorCode) {
1298 UnicodeSet combineBack("[:NFC_QC=Maybe:]", errorCode);
1311 UnicodeSet notInteresting("[[:C:][:Unified_Ideograph:][:HST=LVT:]]", errorCode);
1312 LocalPointer<UnicodeSet> unsure(&((UnicodeSet *)(skipSets[UNORM_NFC].clone()))->removeAll(notInteresting));
1347 UnicodeSet diff, skipSets[UNORM_MODE_COUNT], expectSets[UNORM_MODE_COUNT];
1356 if(errorCode.logDataIfFailureAndReset("UnicodeSet(NF..._Inert) failed")) {
1367 // Note: This used to depend on hardcoded UnicodeSet patterns generated by
1461 UnicodeSet filter(UNICODE_STRING_SIMPLE("[^\\u00a0-\\u00ff]"), errorCode);