Searched refs:UNORM_NFKC (Results 1 - 14 of 14) sorted by relevance

/macosx-10.10/ICU-531.30/icuSources/test/cintltst/
H A Dcnormtst.c165 "UNORM_NFKC",
173 int32_t expIndex= (mode==UNORM_NFC || mode==UNORM_NFKC) ? 2 : 1;
223 TestNormCases(UNORM_NFKC, compatTests, LENGTHOF(compatTests));
314 UNORM_NFKC,
315 "UNORM_NFKC");
357 if (unorm_quickCheck(&(CPNFKC[count]), 1, UNORM_NFKC, &error) !=
401 if (unorm_quickCheck(&cp, 1, UNORM_NFKC, &error) !=
430 if (unorm_quickCheck(&(CPNFKC[count]), 1, UNORM_NFKC, &error) !=
461 if (unorm_quickCheck(&(CPNFKC[count]), 1, UNORM_NFKC, &error) !=
510 if (unorm_quickCheck(c, u_strlen(c), UNORM_NFKC,
[all...]
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Dnormconf.cpp331 Normalizer::normalize(field[i], UNORM_NFKC, options, out, status);
333 dataerrln("Error running normalize UNORM_NFKC: %s", u_errorName(status));
336 iterativeNorm(field[i], UNORM_NFKC, options, out, +1);
338 iterativeNorm(field[i], UNORM_NFKC, options, out, -1);
364 if(UNORM_NO == Normalizer::quickCheck(field[3], UNORM_NFKC, options, status)) {
365 errln("Normalizer error: quickCheck(NFKC(s), UNORM_NFKC) is UNORM_NO");
387 if(!Normalizer::isNormalized(field[3], UNORM_NFKC, options, status)) {
388 dataerrln("Normalizer error: isNormalized(NFKC(s), UNORM_NFKC) is FALSE");
391 if(field[0]!=field[3] && Normalizer::isNormalized(field[0], UNORM_NFKC, options, status)) {
392 errln("Normalizer error: isNormalized(s, UNORM_NFKC) i
[all...]
H A Dtstnorm.cpp213 Normalizer* norm = new Normalizer("", UNORM_NFKC);
216 staticTest(UNORM_NFKC, 0,
235 norm->setMode(UNORM_NFKC);
285 staticTest(UNORM_NFKC, 0, compose, ARRAY_LENGTH(compose), 2);
360 Normalizer::normalize(a, UNORM_NFKC, 0, b, status);
362 dataerrln("Error calling normalize UNORM_NFKC: %s", u_errorName(status));
760 moves, UNORM_NFKC, "j2911");
773 moves, UNORM_NFKC, "j2911_2");
811 case 'c': mode=UNORM_NFKC; break;
1324 skipSets[UNORM_NFKC]
[all...]
H A Dtranstst.cpp3427 Normalizer::normalize(source, UNORM_NFKC, 0, target, ec);
/macosx-10.10/ICU-531.30/icuSources/common/unicode/
H A Dunorm.h145 UNORM_NFKC =5, 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.h145 UNORM_NFKC =5, 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.h145 UNORM_NFKC =5, 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.h145 UNORM_NFKC =5, 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.h145 UNORM_NFKC =5, enumerator in enum:__anon5899
196 * UNORM_NFD, UNORM_NFC, UNORM_NFKC, UNORM_NFKD, UNORM_DEFAULT.
/macosx-10.10/ICU-531.30/icuSources/common/
H A Dnormlzr.cpp159 normalize(source, compat ? UNORM_NFKC : UNORM_NFC, options, result, status);
H A Ddictbe.cpp982 UNormalizationMode norm_mode = UNORM_NFKC;
H A Dnormalizer2.cpp560 case UNORM_NFKC:
H A Dusprep.cpp608 UNORM_NFKC, UNORM_UNICODE_3_2,
/macosx-10.10/ICU-531.30/icuSources/test/perf/normperf/
H A Dnormperf.h269 return unorm_normalize(src,srcLen,UNORM_NFKC, options,dest,dstLen,status);

Completed in 151 milliseconds