HomeSort by relevance Sort by last modified time
    Searched refs:UNORM_NFKC (Results 1 - 8 of 8) sorted by null

  /external/icu/icu4c/source/common/unicode/
unorm.h 150 UNORM_NFKC =5,
203 * UNORM_NFD, UNORM_NFC, UNORM_NFKC, UNORM_NFKD, UNORM_DEFAULT.
  /external/icu/icu4c/source/test/cintltst/
cnormtst.c 166 "UNORM_NFKC",
174 int32_t expIndex= (mode==UNORM_NFC || mode==UNORM_NFKC) ? 2 : 1;
224 TestNormCases(UNORM_NFKC, compatTests, UPRV_LENGTHOF(compatTests));
315 UNORM_NFKC,
316 "UNORM_NFKC");
358 if (unorm_quickCheck(&(CPNFKC[count]), 1, UNORM_NFKC, &error) !=
402 if (unorm_quickCheck(&cp, 1, UNORM_NFKC, &error) !=
431 if (unorm_quickCheck(&(CPNFKC[count]), 1, UNORM_NFKC, &error) !=
462 if (unorm_quickCheck(&(CPNFKC[count]), 1, UNORM_NFKC, &error) !=
511 if (unorm_quickCheck(c, u_strlen(c), UNORM_NFKC, &error) !=
    [all...]
  /external/icu/icu4c/source/test/intltest/
normconf.cpp 332 Normalizer::normalize(field[i], UNORM_NFKC, options, out, status);
334 dataerrln("Error running normalize UNORM_NFKC: %s", u_errorName(status));
337 iterativeNorm(field[i], UNORM_NFKC, options, out, +1);
339 iterativeNorm(field[i], UNORM_NFKC, options, out, -1);
365 if(UNORM_NO == Normalizer::quickCheck(field[3], UNORM_NFKC, options, status)) {
366 errln("Normalizer error: quickCheck(NFKC(s), UNORM_NFKC) is UNORM_NO");
388 if(!Normalizer::isNormalized(field[3], UNORM_NFKC, options, status)) {
389 dataerrln("Normalizer error: isNormalized(NFKC(s), UNORM_NFKC) is FALSE");
392 if(field[0]!=field[3] && Normalizer::isNormalized(field[0], UNORM_NFKC, options, status)) {
393 errln("Normalizer error: isNormalized(s, UNORM_NFKC) is TRUE")
    [all...]
tstnorm.cpp 215 Normalizer* norm = new Normalizer("", UNORM_NFKC);
218 staticTest(UNORM_NFKC, 0,
237 norm->setMode(UNORM_NFKC);
287 staticTest(UNORM_NFKC, 0, compose, ARRAY_LENGTH(compose), 2);
362 Normalizer::normalize(a, UNORM_NFKC, 0, b, status);
364 dataerrln("Error calling normalize UNORM_NFKC: %s", u_errorName(status));
762 moves, UNORM_NFKC, "j2911");
775 moves, UNORM_NFKC, "j2911_2");
813 case 'c': mode=UNORM_NFKC; break;
    [all...]
transtst.cpp     [all...]
  /external/icu/icu4c/source/common/
loadednormalizer2impl.cpp 294 case UNORM_NFKC:
normlzr.cpp 161 normalize(source, compat ? UNORM_NFKC : UNORM_NFC, options, result, status);
  /external/icu/icu4c/source/test/perf/normperf/
normperf.h 273 return unorm_normalize(src,srcLen,UNORM_NFKC, options,dest,dstLen,status);

Completed in 2008 milliseconds