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

  /external/icu/icu4c/source/common/unicode/
unorm.h 149 UNORM_NFKC =5,
201 * UNORM_NFD, UNORM_NFC, UNORM_NFKC, UNORM_NFKD, UNORM_DEFAULT.
  /external/icu/icu4c/source/test/cintltst/
cnormtst.c 164 "UNORM_NFKC",
172 int32_t expIndex= (mode==UNORM_NFC || mode==UNORM_NFKC) ? 2 : 1;
222 TestNormCases(UNORM_NFKC, compatTests, UPRV_LENGTHOF(compatTests));
313 UNORM_NFKC,
314 "UNORM_NFKC");
356 if (unorm_quickCheck(&(CPNFKC[count]), 1, UNORM_NFKC, &error) !=
400 if (unorm_quickCheck(&cp, 1, UNORM_NFKC, &error) !=
429 if (unorm_quickCheck(&(CPNFKC[count]), 1, UNORM_NFKC, &error) !=
460 if (unorm_quickCheck(&(CPNFKC[count]), 1, UNORM_NFKC, &error) !=
509 if (unorm_quickCheck(c, u_strlen(c), UNORM_NFKC, &error) !=
    [all...]
  /external/icu/icu4c/source/test/intltest/
normconf.cpp 331 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) is TRUE")
    [all...]
tstnorm.cpp 212 Normalizer* norm = new Normalizer("", UNORM_NFKC);
215 staticTest(UNORM_NFKC, 0,
234 norm->setMode(UNORM_NFKC);
284 staticTest(UNORM_NFKC, 0, compose, ARRAY_LENGTH(compose), 2);
359 Normalizer::normalize(a, UNORM_NFKC, 0, b, status);
361 dataerrln("Error calling normalize UNORM_NFKC: %s", u_errorName(status));
759 moves, UNORM_NFKC, "j2911");
772 moves, UNORM_NFKC, "j2911_2");
810 case 'c': mode=UNORM_NFKC; break;
    [all...]
transtst.cpp     [all...]
  /external/icu/icu4c/source/common/
loadednormalizer2impl.cpp 292 case UNORM_NFKC:
normlzr.cpp 159 normalize(source, compat ? UNORM_NFKC : UNORM_NFC, options, result, status);
  /external/icu/icu4c/source/test/perf/normperf/
normperf.h 269 return unorm_normalize(src,srcLen,UNORM_NFKC, options,dest,dstLen,status);
  /external/v8/src/runtime/
runtime-i18n.cc 575 UNORM_NFC, UNORM_NFD, UNORM_NFKC, UNORM_NFKD};

Completed in 476 milliseconds