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

/macosx-10.10/ICU-531.30/icuSources/common/unicode/
H A Dunorm.h139 UNORM_NFKD = 3, enumerator in enum:__anon864
196 * UNORM_NFD, UNORM_NFC, UNORM_NFKC, UNORM_NFKD, UNORM_DEFAULT.
/macosx-10.10/JavaScriptCore-7600.1.17/icu/unicode/
H A Dunorm.h139 UNORM_NFKD = 3, enumerator in enum:__anon2609
196 * UNORM_NFD, UNORM_NFC, UNORM_NFKC, UNORM_NFKD, UNORM_DEFAULT.
/macosx-10.10/WTF-7600.1.24/icu/unicode/
H A Dunorm.h139 UNORM_NFKD = 3, enumerator in enum:__anon5548
196 * UNORM_NFD, UNORM_NFC, UNORM_NFKC, UNORM_NFKD, UNORM_DEFAULT.
/macosx-10.10/WebCore-7600.1.25/icu/unicode/
H A Dunorm.h139 UNORM_NFKD = 3, enumerator in enum:__anon5670
196 * UNORM_NFD, UNORM_NFC, UNORM_NFKC, UNORM_NFKD, UNORM_DEFAULT.
/macosx-10.10/WebKit-7600.1.25/mac/icu/unicode/
H A Dunorm.h139 UNORM_NFKD = 3, enumerator in enum:__anon5899
196 * UNORM_NFD, UNORM_NFC, UNORM_NFKC, UNORM_NFKD, UNORM_DEFAULT.
/macosx-10.10/ICU-531.30/icuSources/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);
/macosx-10.10/ICU-531.30/icuSources/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...]
/macosx-10.10/ICU-531.30/icuSources/common/
H A Dnormlzr.cpp167 normalize(source, compat ? UNORM_NFKD : UNORM_NFD, options, result, status);
H A Dnormalizer2.cpp556 case UNORM_NFKD:
/macosx-10.10/ICU-531.30/icuSources/test/perf/normperf/
H A Dnormperf.h266 return unorm_normalize(src,srcLen,UNORM_NFKD, options,dest,dstLen,status);

Completed in 268 milliseconds