Lines Matching refs:skipSets
1277 initExpectedSkippables(UnicodeSet skipSets[UNORM_MODE_COUNT]) { in initExpectedSkippables()
1280 skipSets[UNORM_NFD].applyPattern(UnicodeString( in initExpectedSkippables()
1345 skipSets[UNORM_NFC].applyPattern(UnicodeString( in initExpectedSkippables()
1463 skipSets[UNORM_NFKD].applyPattern(UnicodeString( in initExpectedSkippables()
1557 skipSets[UNORM_NFKC].applyPattern(UnicodeString( in initExpectedSkippables()
1729 UnicodeSet diff, skipSets[UNORM_MODE_COUNT], expectSets[UNORM_MODE_COUNT]; in TestSkippable() local
1734 skipSets[UNORM_NFD].applyPattern(UNICODE_STRING_SIMPLE("[:NFD_Inert:]"), errorCode); in TestSkippable()
1735 skipSets[UNORM_NFKD].applyPattern(UNICODE_STRING_SIMPLE("[:NFKD_Inert:]"), errorCode); in TestSkippable()
1736 skipSets[UNORM_NFC].applyPattern(UNICODE_STRING_SIMPLE("[:NFC_Inert:]"), errorCode); in TestSkippable()
1737 skipSets[UNORM_NFKC].applyPattern(UNICODE_STRING_SIMPLE("[:NFKC_Inert:]"), errorCode); in TestSkippable()
1746 if(skipSets[i]!=expectSets[i]) { in TestSkippable()
1754 (diff=skipSets[i]).removeAll(expectSets[i]).toPattern(pattern, TRUE); in TestSkippable()
1759 (diff=expectSets[i]).removeAll(skipSets[i]).toPattern(pattern, TRUE); in TestSkippable()