• Home
  • Raw
  • Download

Lines Matching refs:UNORM_NFD

210     TestNormCases(UNORM_NFD, canonTests, LENGTHOF(canonTests));  in TestDecomp()
306 UNORM_NFD, in TestNull()
338 if (unorm_quickCheck(&(CPNFD[count]), 1, UNORM_NFD, &error) != in TestQuickCheckResultNO()
384 if (unorm_quickCheck(&cp, 1, UNORM_NFD, &error) != UNORM_YES) in TestQuickCheckResultYES()
411 if (unorm_quickCheck(&(CPNFD[count]), 1, UNORM_NFD, &error) != in TestQuickCheckResultYES()
480 if (unorm_quickCheck(d, u_strlen(d), UNORM_NFD, &error) != in TestQuickCheckStringResult()
671 normsize += unorm_normalize(data + size, 1, UNORM_NFD, 0, in TestCheckFCD()
681 nfdsize = unorm_normalize(data, size, UNORM_NFD, 0, in TestCheckFCD()
712 length=unorm_normalize(in, 2, UNORM_NFD, 0, NULL, 0, &errorCode); in TestAPI()
719 length=unorm_normalize(in, 2, UNORM_NFD, 0, out, 3, &errorCode); in TestAPI()
829 if(UNORM_NO!=unorm_quickCheck(input, inLength, UNORM_NFD, &errorCode) || U_FAILURE(errorCode)) { in TestNormCoverage()
1192 …_testIter(src, sizeof(src)/U_SIZEOF_UCHAR, &iter, UNORM_NFD, TRUE, nfd, sizeof(nfd)/U_SIZEOF_UCHAR… in TestNextPrevious()
1203 …_testIter(src, sizeof(src)/U_SIZEOF_UCHAR, &iter, UNORM_NFD, FALSE, nfd, sizeof(nfd)/U_SIZEOF_UCHA… in TestNextPrevious()
1215 …_testIter(src, sizeof(src)/U_SIZEOF_UCHAR, &iter, UNORM_NFD, TRUE, NULL, 0, nfdIndexes, sizeof(nfd… in TestNextPrevious()
1226 …_testIter(src, sizeof(src)/U_SIZEOF_UCHAR, &iter, UNORM_NFD, FALSE, NULL, 0, nfdIndexes, sizeof(nf… in TestNextPrevious()
1241 UNORM_NFD, 0, TRUE, NULL, in TestNextPrevious()
1252 UNORM_NFD, 0, TRUE, &neededToNormalize, in TestNextPrevious()
1264 UNORM_NFD, 0, TRUE, &neededToNormalize, in TestNextPrevious()
1277 UNORM_NFD, 0, TRUE, &neededToNormalize, in TestNextPrevious()
1301 UNORM_NFD, 0, TRUE, NULL, in TestNextPrevious()
1391 qc2=unorm_quickCheck(s, length, UNORM_NFD, &errorCode); in TestQuickCheckPerCP()
1408 length=unorm_normalize(s, length, UNORM_NFD, 0, nfd, LENGTHOF(nfd), &errorCode); in TestQuickCheckPerCP()