Searched refs:skipSets (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/test/intltest/
H A Dtstnorm.cpp1285 initExpectedSkippables(UnicodeSet skipSets[UNORM_MODE_COUNT], UErrorCode &errorCode) { argument
1286 skipSets[UNORM_NFD].applyPattern(
1288 skipSets[UNORM_NFC].applyPattern(
1290 skipSets[UNORM_NFKD].applyPattern(
1292 skipSets[UNORM_NFKC].applyPattern(
1312 LocalPointer<UnicodeSet> unsure(&((UnicodeSet *)(skipSets[UNORM_NFC].clone()))->removeAll(notInteresting));
1334 skipSets[UNORM_NFC].remove(c);
1335 skipSets[UNORM_NFKC].remove(c);
1347 UnicodeSet diff, skipSets[UNORM_MODE_COUNT], expectSets[UNORM_MODE_COUNT]; local
1352 skipSets[UNORM_NF
[all...]

Completed in 48 milliseconds