Lines Matching refs:UNORM_NFD
153 neededLen= unorm_normalize(source, u_strlen(source), UNORM_NFD, 0, NULL, 0, &status); in TestDecomp()
159 unorm_normalize(source, u_strlen(source), UNORM_NFD, 0, result, resLen, &status); in TestDecomp()
346 UNORM_NFD, in TestNull()
378 if (unorm_quickCheck(&(CPNFD[count]), 1, UNORM_NFD, &error) != in TestQuickCheckResultNO()
424 if (unorm_quickCheck(&cp, 1, UNORM_NFD, &error) != UNORM_YES) in TestQuickCheckResultYES()
451 if (unorm_quickCheck(&(CPNFD[count]), 1, UNORM_NFD, &error) != in TestQuickCheckResultYES()
520 if (unorm_quickCheck(d, u_strlen(d), UNORM_NFD, &error) != in TestQuickCheckStringResult()
711 normsize += unorm_normalize(data + size, 1, UNORM_NFD, 0, in TestCheckFCD()
721 nfdsize = unorm_normalize(data, size, UNORM_NFD, 0, in TestCheckFCD()
752 length=unorm_normalize(in, 2, UNORM_NFD, 0, NULL, 0, &errorCode); in TestAPI()
759 length=unorm_normalize(in, 2, UNORM_NFD, 0, out, 3, &errorCode); in TestAPI()
859 if(UNORM_NO!=unorm_quickCheck(input, inLength, UNORM_NFD, &errorCode) || U_FAILURE(errorCode)) { in TestNormCoverage()
1222 …_testIter(src, sizeof(src)/U_SIZEOF_UCHAR, &iter, UNORM_NFD, TRUE, nfd, sizeof(nfd)/U_SIZEOF_UCHAR… in TestNextPrevious()
1233 …_testIter(src, sizeof(src)/U_SIZEOF_UCHAR, &iter, UNORM_NFD, FALSE, nfd, sizeof(nfd)/U_SIZEOF_UCHA… in TestNextPrevious()
1245 …_testIter(src, sizeof(src)/U_SIZEOF_UCHAR, &iter, UNORM_NFD, TRUE, NULL, 0, nfdIndexes, sizeof(nfd… in TestNextPrevious()
1256 …_testIter(src, sizeof(src)/U_SIZEOF_UCHAR, &iter, UNORM_NFD, FALSE, NULL, 0, nfdIndexes, sizeof(nf… in TestNextPrevious()
1271 UNORM_NFD, 0, TRUE, NULL, in TestNextPrevious()
1282 UNORM_NFD, 0, TRUE, &neededToNormalize, in TestNextPrevious()
1294 UNORM_NFD, 0, TRUE, &neededToNormalize, in TestNextPrevious()
1307 UNORM_NFD, 0, TRUE, &neededToNormalize, in TestNextPrevious()
1331 UNORM_NFD, 0, TRUE, NULL, in TestNextPrevious()
1342 UNORM_NFD, 0, TRUE, NULL, in TestNextPrevious()
1430 qc2=unorm_quickCheck(s, length, UNORM_NFD, &errorCode); in TestQuickCheckPerCP()
1447 length=unorm_normalize(s, length, UNORM_NFD, 0, nfd, LENGTHOF(nfd), &errorCode); in TestQuickCheckPerCP()