Searched refs:skipSets (Results 1 – 2 of 2) sorted by relevance
/external/icu4c/test/intltest/ |
D | tstnorm.cpp | 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() [all …]
|
/external/chromium/third_party/icu/source/test/intltest/ |
D | tstnorm.cpp | 1294 initExpectedSkippables(UnicodeSet skipSets[UNORM_MODE_COUNT]) { in initExpectedSkippables() 1297 skipSets[UNORM_NFD].applyPattern(UnicodeString( in initExpectedSkippables() 1356 skipSets[UNORM_NFC].applyPattern(UnicodeString( in initExpectedSkippables() 1469 skipSets[UNORM_NFKD].applyPattern(UnicodeString( in initExpectedSkippables() 1554 skipSets[UNORM_NFKC].applyPattern(UnicodeString( in initExpectedSkippables() 1718 UnicodeSet starts, diff, skipSets[UNORM_MODE_COUNT], expectSets[UNORM_MODE_COUNT]; in TestSkippable() local 1750 skipSets[UNORM_NFD].add(start, limit-1); in TestSkippable() 1753 skipSets[UNORM_NFKD].add(start, limit-1); in TestSkippable() 1756 skipSets[UNORM_NFC].add(start, limit-1); in TestSkippable() 1759 skipSets[UNORM_NFKC].add(start, limit-1); in TestSkippable() [all …]
|