Searched refs:UNORM_NFKD (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/third_party/icu/source/common/unicode/
H A Dunorm.h139 UNORM_NFKD = 3, enumerator in enum:__anon12036
196 * UNORM_NFD, UNORM_NFC, UNORM_NFKC, UNORM_NFKD, UNORM_DEFAULT.
/external/icu/icu4c/source/common/unicode/
H A Dunorm.h139 UNORM_NFKD = 3, enumerator in enum:__anon21826
196 * UNORM_NFD, UNORM_NFC, UNORM_NFKC, UNORM_NFKD, UNORM_DEFAULT.
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dnormconf.cpp342 Normalizer::normalize(field[i], UNORM_NFKD, options, out, status);
344 dataerrln("Error running normalize UNORM_NFKD: %s", u_errorName(status));
347 iterativeNorm(field[i], UNORM_NFKD, options, out, +1);
349 iterativeNorm(field[i], UNORM_NFKD, options, out, -1);
368 if(UNORM_NO == Normalizer::quickCheck(field[4], UNORM_NFKD, options, status)) {
369 errln("Normalizer error: quickCheck(NFKD(s), UNORM_NFKD) is UNORM_NO");
H A Dtstnorm.cpp193 Normalizer* norm = new Normalizer("", UNORM_NFKD);
196 staticTest(UNORM_NFKD, 0,
257 norm->setMode(UNORM_NFKD);
283 staticTest(UNORM_NFKD, 0, decomp, ARRAY_LENGTH(decomp), 2);
320 Normalizer::normalize(a, UNORM_NFKD, 0, b, status);
812 case 'd': mode=UNORM_NFKD; break;
1322 skipSets[UNORM_NFKD].applyPattern(
1385 skipSets[UNORM_NFKD].applyPattern(UNICODE_STRING_SIMPLE("[:NFKD_Inert:]"), errorCode);
H A Dtranstst.cpp3426 Normalizer::normalize(source, UNORM_NFKD, 0, target, ec);
/external/icu/icu4c/source/test/intltest/
H A Dnormconf.cpp342 Normalizer::normalize(field[i], UNORM_NFKD, options, out, status);
344 dataerrln("Error running normalize UNORM_NFKD: %s", u_errorName(status));
347 iterativeNorm(field[i], UNORM_NFKD, options, out, +1);
349 iterativeNorm(field[i], UNORM_NFKD, options, out, -1);
368 if(UNORM_NO == Normalizer::quickCheck(field[4], UNORM_NFKD, options, status)) {
369 errln("Normalizer error: quickCheck(NFKD(s), UNORM_NFKD) is UNORM_NO");
H A Dtstnorm.cpp193 Normalizer* norm = new Normalizer("", UNORM_NFKD);
196 staticTest(UNORM_NFKD, 0,
257 norm->setMode(UNORM_NFKD);
283 staticTest(UNORM_NFKD, 0, decomp, ARRAY_LENGTH(decomp), 2);
320 Normalizer::normalize(a, UNORM_NFKD, 0, b, status);
812 case 'd': mode=UNORM_NFKD; break;
1322 skipSets[UNORM_NFKD].applyPattern(
1385 skipSets[UNORM_NFKD].applyPattern(UNICODE_STRING_SIMPLE("[:NFKD_Inert:]"), errorCode);
H A Dtranstst.cpp3425 Normalizer::normalize(source, UNORM_NFKD, 0, target, ec);
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcnormtst.c163 "UNORM_NFKD",
215 TestNormCases(UNORM_NFKD, compatTests, LENGTHOF(compatTests));
351 if (unorm_quickCheck(&(CPNFKD[count]), 1, UNORM_NFKD, &error) !=
396 if (unorm_quickCheck(&cp, 1, UNORM_NFKD, &error) != UNORM_YES)
424 if (unorm_quickCheck(&(CPNFKD[count]), 1, UNORM_NFKD, &error) !=
503 if (unorm_quickCheck(d, u_strlen(d), UNORM_NFKD, &error) !=
834 if(UNORM_NO!=unorm_quickCheck(input, inLength, UNORM_NFKD, &errorCode) || U_FAILURE(errorCode)) {
835 log_data_err("error unorm_quickCheck(long input, UNORM_NFKD)!=NO (%s) - (Are you missing data?)\n", u_errorName(errorCode));
1195 _testIter(src, sizeof(src)/U_SIZEOF_UCHAR, &iter, UNORM_NFKD, TRUE, nfkd, sizeof(nfkd)/U_SIZEOF_UCHAR, nfkdIndexes, sizeof(nfkdIndexes)/4);
1206 _testIter(src, sizeof(src)/U_SIZEOF_UCHAR, &iter, UNORM_NFKD, FALS
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dcnormtst.c163 "UNORM_NFKD",
215 TestNormCases(UNORM_NFKD, compatTests, LENGTHOF(compatTests));
351 if (unorm_quickCheck(&(CPNFKD[count]), 1, UNORM_NFKD, &error) !=
396 if (unorm_quickCheck(&cp, 1, UNORM_NFKD, &error) != UNORM_YES)
424 if (unorm_quickCheck(&(CPNFKD[count]), 1, UNORM_NFKD, &error) !=
503 if (unorm_quickCheck(d, u_strlen(d), UNORM_NFKD, &error) !=
834 if(UNORM_NO!=unorm_quickCheck(input, inLength, UNORM_NFKD, &errorCode) || U_FAILURE(errorCode)) {
835 log_data_err("error unorm_quickCheck(long input, UNORM_NFKD)!=NO (%s) - (Are you missing data?)\n", u_errorName(errorCode));
1195 _testIter(src, sizeof(src)/U_SIZEOF_UCHAR, &iter, UNORM_NFKD, TRUE, nfkd, sizeof(nfkd)/U_SIZEOF_UCHAR, nfkdIndexes, sizeof(nfkdIndexes)/4);
1206 _testIter(src, sizeof(src)/U_SIZEOF_UCHAR, &iter, UNORM_NFKD, FALS
[all...]
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-icu.cc333 len = unorm_normalize (utf16, len, UNORM_NFKD, 0, normalized, ARRAY_LENGTH (normalized), &icu_err);
/external/harfbuzz_ng/src/
H A Dhb-icu.cc333 len = unorm_normalize (utf16, len, UNORM_NFKD, 0, normalized, ARRAY_LENGTH (normalized), &icu_err);
/external/chromium_org/third_party/icu/source/common/
H A Dnormlzr.cpp167 normalize(source, compat ? UNORM_NFKD : UNORM_NFD, options, result, status);
H A Dnormalizer2.cpp556 case UNORM_NFKD:
/external/icu/icu4c/source/common/
H A Dnormlzr.cpp167 normalize(source, compat ? UNORM_NFKD : UNORM_NFD, options, result, status);
H A Dnormalizer2.cpp556 case UNORM_NFKD:
/external/chromium_org/third_party/icu/source/test/perf/normperf/
H A Dnormperf.h266 return unorm_normalize(src,srcLen,UNORM_NFKD, options,dest,dstLen,status);
/external/icu/icu4c/source/test/perf/normperf/
H A Dnormperf.h266 return unorm_normalize(src,srcLen,UNORM_NFKD, options,dest,dstLen,status);
/external/chromium_org/third_party/icu/source/i18n/
H A Ducol_bld.cpp634 nLen = unorm_normalize(src, len, UNORM_NFKD, 0, n, 128, status);
/external/chromium_org/v8/src/
H A Druntime.cc14371 { UNORM_NFC, UNORM_NFD, UNORM_NFKC, UNORM_NFKD };

Completed in 1501 milliseconds