Searched refs:notNFKC (Results 1 – 1 of 1) sorted by relevance
544 static const UChar notNFKC[][8]={ /* strings that are not in NFKC */ in TestIsNormalized() local593 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()