/external/chromium/third_party/icu/source/test/cintltst/ |
D | cnormtst.c | 182 neededLen= unorm_normalize(source, u_strlen(source), UNORM_NFKD, 0, NULL, 0, &status); in TestCompatDecomp() 188 unorm_normalize(source, u_strlen(source), UNORM_NFKD, 0, result, resLen, &status); in TestCompatDecomp() 390 if (unorm_quickCheck(&(CPNFKD[count]), 1, UNORM_NFKD, &error) != in TestQuickCheckResultNO() 435 if (unorm_quickCheck(&cp, 1, UNORM_NFKD, &error) != UNORM_YES) in TestQuickCheckResultYES() 463 if (unorm_quickCheck(&(CPNFKD[count]), 1, UNORM_NFKD, &error) != in TestQuickCheckResultYES() 542 if (unorm_quickCheck(d, u_strlen(d), UNORM_NFKD, &error) != in TestQuickCheckStringResult() 863 … if(UNORM_NO!=unorm_quickCheck(input, inLength, UNORM_NFKD, &errorCode) || U_FAILURE(errorCode)) { in TestNormCoverage() 1224 …_testIter(src, sizeof(src)/U_SIZEOF_UCHAR, &iter, UNORM_NFKD, TRUE, nfkd, sizeof(nfkd)/U_SIZEOF_UC… in TestNextPrevious() 1235 …_testIter(src, sizeof(src)/U_SIZEOF_UCHAR, &iter, UNORM_NFKD, FALSE, nfkd, sizeof(nfkd)/U_SIZEOF_U… in TestNextPrevious() 1247 …_testIter(src, sizeof(src)/U_SIZEOF_UCHAR, &iter, UNORM_NFKD, TRUE, NULL, 0, nfkdIndexes, sizeof(n… in TestNextPrevious() [all …]
|
/external/icu4c/test/cintltst/ |
D | cnormtst.c | 181 neededLen= unorm_normalize(source, u_strlen(source), UNORM_NFKD, 0, NULL, 0, &status); in TestCompatDecomp() 187 unorm_normalize(source, u_strlen(source), UNORM_NFKD, 0, result, resLen, &status); in TestCompatDecomp() 389 if (unorm_quickCheck(&(CPNFKD[count]), 1, UNORM_NFKD, &error) != in TestQuickCheckResultNO() 434 if (unorm_quickCheck(&cp, 1, UNORM_NFKD, &error) != UNORM_YES) in TestQuickCheckResultYES() 462 if (unorm_quickCheck(&(CPNFKD[count]), 1, UNORM_NFKD, &error) != in TestQuickCheckResultYES() 541 if (unorm_quickCheck(d, u_strlen(d), UNORM_NFKD, &error) != in TestQuickCheckStringResult() 862 … if(UNORM_NO!=unorm_quickCheck(input, inLength, UNORM_NFKD, &errorCode) || U_FAILURE(errorCode)) { in TestNormCoverage() 1223 …_testIter(src, sizeof(src)/U_SIZEOF_UCHAR, &iter, UNORM_NFKD, TRUE, nfkd, sizeof(nfkd)/U_SIZEOF_UC… in TestNextPrevious() 1234 …_testIter(src, sizeof(src)/U_SIZEOF_UCHAR, &iter, UNORM_NFKD, FALSE, nfkd, sizeof(nfkd)/U_SIZEOF_U… in TestNextPrevious() 1246 …_testIter(src, sizeof(src)/U_SIZEOF_UCHAR, &iter, UNORM_NFKD, TRUE, NULL, 0, nfkdIndexes, sizeof(n… in TestNextPrevious() [all …]
|
/external/chromium/third_party/icu/source/test/intltest/ |
D | tstnorm.cpp | 186 Normalizer* norm = new Normalizer("", UNORM_NFKD); in TestCompatDecomp() 189 staticTest(UNORM_NFKD, 0, in TestCompatDecomp() 250 norm->setMode(UNORM_NFKD); in TestHangulDecomp() 276 staticTest(UNORM_NFKD, 0, decomp, ARRAY_LENGTH(decomp), 2); in TestTibetan() 313 Normalizer::normalize(a, UNORM_NFKD, 0, b, status); in TestCompositionExclusion() 825 case 'd': mode=UNORM_NFKD; break; in TestConcatenate() 1469 skipSets[UNORM_NFKD].applyPattern(UnicodeString( in initExpectedSkippables() 1752 if(unorm_isNFSkippable(start, UNORM_NFKD)) { in TestSkippable() 1753 skipSets[UNORM_NFKD].add(start, limit-1); in TestSkippable()
|
D | normconf.cpp | 329 Normalizer::normalize(field[i], UNORM_NFKD, options, out, status); in checkConformance() 331 iterativeNorm(field[i], UNORM_NFKD, options, out, +1); in checkConformance() 333 iterativeNorm(field[i], UNORM_NFKD, options, out, -1); in checkConformance() 351 if(UNORM_NO == Normalizer::quickCheck(field[4], UNORM_NFKD, options, status)) { in checkConformance()
|
D | transtst.cpp | 3419 Normalizer::normalize(source, UNORM_NFKD, 0, target, ec); in TestSpecialCases()
|
/external/icu4c/test/intltest/ |
D | tstnorm.cpp | 189 Normalizer* norm = new Normalizer("", UNORM_NFKD); in TestCompatDecomp() 192 staticTest(UNORM_NFKD, 0, in TestCompatDecomp() 253 norm->setMode(UNORM_NFKD); in TestHangulDecomp() 279 staticTest(UNORM_NFKD, 0, decomp, ARRAY_LENGTH(decomp), 2); in TestTibetan() 316 Normalizer::normalize(a, UNORM_NFKD, 0, b, status); in TestCompositionExclusion() 808 case 'd': mode=UNORM_NFKD; break; in TestConcatenate() 1463 skipSets[UNORM_NFKD].applyPattern(UnicodeString( in initExpectedSkippables() 1735 skipSets[UNORM_NFKD].applyPattern(UNICODE_STRING_SIMPLE("[:NFKD_Inert:]"), errorCode); in TestSkippable()
|
D | normconf.cpp | 342 Normalizer::normalize(field[i], UNORM_NFKD, options, out, status); in checkConformance() 347 iterativeNorm(field[i], UNORM_NFKD, options, out, +1); in checkConformance() 349 iterativeNorm(field[i], UNORM_NFKD, options, out, -1); in checkConformance() 368 if(UNORM_NO == Normalizer::quickCheck(field[4], UNORM_NFKD, options, status)) { in checkConformance()
|
D | itspoof.cpp | 353 if (!Normalizer::isNormalized(from, UNORM_NFKD, status)) { in testConfData()
|
/external/icu4c/i18n/ |
D | uspoof.cpp | 639 s, length, UNORM_NFKD, 0, nfkdInput, USPOOF_STACK_BUFFER_SIZE, status); in uspoof_getSkeleton() 647 normalizedLen = unorm_normalize(s, length, UNORM_NFKD, 0, in uspoof_getSkeleton() 681 if (!unorm_isNormalized(result, resultLen, UNORM_NFKD, status)) { in uspoof_getSkeleton() 682 normalizedLen = unorm_normalize(result, resultLen, UNORM_NFKD, 0, NULL, 0, status); in uspoof_getSkeleton() 689 unorm_normalize(result, resultLen, UNORM_NFKD, 0, normedResult, normalizedLen+1, status); in uspoof_getSkeleton()
|
D | uspoof_impl.cpp | 776 text, length, UNORM_NFKD, 0, fNormalizedText, USPOOF_STACK_BUFFER_SIZE, &status); in NFKDBuffer() 783 fNormalizedTextLength = unorm_normalize(text, length, UNORM_NFKD, 0, in NFKDBuffer()
|
D | ucol_bld.cpp | 626 nLen = unorm_normalize(src, len, UNORM_NFKD, 0, n, 128, status); in ucol_uprv_getCaseBits()
|
/external/chromium/third_party/icu/source/i18n/ |
D | uspoof.cpp | 639 s, length, UNORM_NFKD, 0, nfkdInput, USPOOF_STACK_BUFFER_SIZE, status); in uspoof_getSkeleton() 647 normalizedLen = unorm_normalize(s, length, UNORM_NFKD, 0, in uspoof_getSkeleton() 681 if (!unorm_isNormalized(result, resultLen, UNORM_NFKD, status)) { in uspoof_getSkeleton() 682 normalizedLen = unorm_normalize(dest, resultLen, UNORM_NFKD, 0, NULL, 0, status); in uspoof_getSkeleton() 688 unorm_normalize(result, resultLen, UNORM_NFKD, 0, normedResult, normalizedLen+1, status); in uspoof_getSkeleton()
|
D | nortrans.cpp | 41 _create, integerToken(UNORM_NFKD)); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION()
|
D | uspoof_impl.cpp | 776 text, length, UNORM_NFKD, 0, fNormalizedText, USPOOF_STACK_BUFFER_SIZE, &status); in NFKDBuffer() 783 fNormalizedTextLength = unorm_normalize(text, length, UNORM_NFKD, 0, in NFKDBuffer()
|
D | ucol_bld.cpp | 626 nLen = unorm_normalize(src, len, UNORM_NFKD, 0, n, 128, status); in ucol_uprv_getCaseBits()
|
/external/icu4c/common/unicode/ |
D | unorm.h | 139 UNORM_NFKD = 3, enumerator
|
/external/chromium/third_party/icu/public/common/unicode/ |
D | unorm.h | 133 UNORM_NFKD = 3, enumerator
|
/external/webkit/WebCore/icu/unicode/ |
D | unorm.h | 133 UNORM_NFKD = 3, enumerator
|
/external/webkit/JavaScriptCore/icu/unicode/ |
D | unorm.h | 133 UNORM_NFKD = 3, enumerator
|
/external/webkit/WebKit/mac/icu/unicode/ |
D | unorm.h | 133 UNORM_NFKD = 3, enumerator
|
/external/icu4c/common/ |
D | normlzr.cpp | 168 normalize(source, compat ? UNORM_NFKD : UNORM_NFD, options, result, status); in decompose()
|
D | normalizer2.cpp | 488 case UNORM_NFKD: in getInstance()
|
/external/chromium/third_party/icu/source/common/ |
D | unorm.cpp | 1132 case UNORM_NFKD: 3068 case UNORM_NFKD: 3274 case UNORM_NFKD: 3561 case UNORM_NFKD: 3814 case UNORM_NFKD:
|
/external/icu4c/test/perf/normperf/ |
D | normperf.h | 266 return unorm_normalize(src,srcLen,UNORM_NFKD, options,dest,dstLen,status); in ICUNormNFKD()
|
/external/chromium/third_party/icu/source/test/perf/normperf/ |
D | normperf.h | 266 return unorm_normalize(src,srcLen,UNORM_NFKD, options,dest,dstLen,status); in ICUNormNFKD()
|