Searched refs:skipSets (Results 1 – 2 of 2) sorted by relevance
1316 initExpectedSkippables(UnicodeSet skipSets[UNORM_MODE_COUNT], UErrorCode &errorCode) { in initExpectedSkippables()1317 skipSets[UNORM_NFD].applyPattern( in initExpectedSkippables()1319 skipSets[UNORM_NFC].applyPattern( in initExpectedSkippables()1321 skipSets[UNORM_NFKD].applyPattern( in initExpectedSkippables()1323 skipSets[UNORM_NFKC].applyPattern( in initExpectedSkippables()1343 …LocalPointer<UnicodeSet> unsure(&((UnicodeSet *)(skipSets[UNORM_NFC].clone()))->removeAll(notInter… in initExpectedSkippables()1365 skipSets[UNORM_NFC].remove(c); in initExpectedSkippables()1366 skipSets[UNORM_NFKC].remove(c); in initExpectedSkippables()1378 UnicodeSet diff, skipSets[UNORM_MODE_COUNT], expectSets[UNORM_MODE_COUNT]; in TestSkippable() local1383 skipSets[UNORM_NFD].applyPattern(UNICODE_STRING_SIMPLE("[:NFD_Inert:]"), errorCode); in TestSkippable()[all …]
2297 private static UnicodeSet[] initSkippables(UnicodeSet[] skipSets) { in initSkippables() argument2298 skipSets[D].applyPattern("[[:NFD_QC=Yes:]&[:ccc=0:]]", false); in initSkippables()2299 skipSets[C].applyPattern("[[:NFC_QC=Yes:]&[:ccc=0:]-[:HST=LV:]]", false); in initSkippables()2300 skipSets[KD].applyPattern("[[:NFKD_QC=Yes:]&[:ccc=0:]]", false); in initSkippables()2301 skipSets[KC].applyPattern("[[:NFKC_QC=Yes:]&[:ccc=0:]-[:HST=LV:]]", false); in initSkippables()2320 UnicodeSet unsure=((UnicodeSet)(skipSets[C].clone())).removeAll(notInteresting); in initSkippables()2342 skipSets[C].remove(c); in initSkippables()2343 skipSets[KC].remove(c); in initSkippables()2350 return skipSets; in initSkippables()2354 UnicodeSet[] skipSets = new UnicodeSet[] { in TestSkippable() local[all …]