Home
last modified time | relevance | path

Searched refs:notNFKC (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dcnormtst.c544 static const UChar notNFKC[][8]={ /* strings that are not in NFKC */ in TestIsNormalized() local
593 for(i=0; i<UPRV_LENGTHOF(notNFKC); ++i) { in TestIsNormalized()
595 if(unorm_isNormalized(notNFKC[i], -1, UNORM_NFKC, &errorCode) || U_FAILURE(errorCode)) { in TestIsNormalized()
/external/cldr/tools/java/org/unicode/cldr/tool/
DShowKeyboards.java649 UnicodeSet notNFKC = new UnicodeSet("[:nfkcqc=n:]"); in print() local
654 notNFKC); in print()