Home
last modified time | relevance | path

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

/dports/devel/icu-lx/icu/source/test/cintltst/
H A Dcnormtst.c548 static const UChar notNFKC[][8]={ /* strings that are not in NFKC */ in TestIsNormalized() local
597 for(i=0; i<UPRV_LENGTHOF(notNFKC); ++i) { in TestIsNormalized()
599 if(unorm_isNormalized(notNFKC[i], -1, UNORM_NFKC, &errorCode) || U_FAILURE(errorCode)) { in TestIsNormalized()
/dports/devel/icu/icu/source/test/cintltst/
H A Dcnormtst.c548 static const UChar notNFKC[][8]={ /* strings that are not in NFKC */ in TestIsNormalized() local
597 for(i=0; i<UPRV_LENGTHOF(notNFKC); ++i) { in TestIsNormalized()
599 if(unorm_isNormalized(notNFKC[i], -1, UNORM_NFKC, &errorCode) || U_FAILURE(errorCode)) { in TestIsNormalized()
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/java/org/unicode/cldr/tool/
H A DShowKeyboards.java653 UnicodeSet notNFKC = new UnicodeSet("[:nfkcqc=n:]");
658 notNFKC);