Lines Matching refs:UNORM_NFKD
214 TestNormCases(UNORM_NFKD, compatTests, LENGTHOF(compatTests)); in TestCompatDecomp()
350 if (unorm_quickCheck(&(CPNFKD[count]), 1, UNORM_NFKD, &error) != in TestQuickCheckResultNO()
395 if (unorm_quickCheck(&cp, 1, UNORM_NFKD, &error) != UNORM_YES) in TestQuickCheckResultYES()
423 if (unorm_quickCheck(&(CPNFKD[count]), 1, UNORM_NFKD, &error) != in TestQuickCheckResultYES()
502 if (unorm_quickCheck(d, u_strlen(d), UNORM_NFKD, &error) != in TestQuickCheckStringResult()
833 … if(UNORM_NO!=unorm_quickCheck(input, inLength, UNORM_NFKD, &errorCode) || U_FAILURE(errorCode)) { in TestNormCoverage()
1194 …_testIter(src, sizeof(src)/U_SIZEOF_UCHAR, &iter, UNORM_NFKD, TRUE, nfkd, sizeof(nfkd)/U_SIZEOF_UC… in TestNextPrevious()
1205 …_testIter(src, sizeof(src)/U_SIZEOF_UCHAR, &iter, UNORM_NFKD, FALSE, nfkd, sizeof(nfkd)/U_SIZEOF_U… in TestNextPrevious()
1217 …_testIter(src, sizeof(src)/U_SIZEOF_UCHAR, &iter, UNORM_NFKD, TRUE, NULL, 0, nfkdIndexes, sizeof(n… in TestNextPrevious()
1228 …_testIter(src, sizeof(src)/U_SIZEOF_UCHAR, &iter, UNORM_NFKD, FALSE, NULL, 0, nfkdIndexes, sizeof(… in TestNextPrevious()
1403 qc2=unorm_quickCheck(s, length, UNORM_NFKD, &errorCode); in TestQuickCheckPerCP()