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

  /external/icu/icu4c/source/common/unicode/
unorm.h 144 UNORM_NFKD = 3,
203 * UNORM_NFD, UNORM_NFC, UNORM_NFKC, UNORM_NFKD, UNORM_DEFAULT.
  /external/icu/icu4c/source/test/intltest/
normconf.cpp 343 Normalizer::normalize(field[i], UNORM_NFKD, options, out, status);
345 dataerrln("Error running normalize UNORM_NFKD: %s", u_errorName(status));
348 iterativeNorm(field[i], UNORM_NFKD, options, out, +1);
350 iterativeNorm(field[i], UNORM_NFKD, options, out, -1);
369 if(UNORM_NO == Normalizer::quickCheck(field[4], UNORM_NFKD, options, status)) {
370 errln("Normalizer error: quickCheck(NFKD(s), UNORM_NFKD) is UNORM_NO");
tstnorm.cpp 195 Normalizer* norm = new Normalizer("", UNORM_NFKD);
198 staticTest(UNORM_NFKD, 0,
259 norm->setMode(UNORM_NFKD);
285 staticTest(UNORM_NFKD, 0, decomp, ARRAY_LENGTH(decomp), 2);
322 Normalizer::normalize(a, UNORM_NFKD, 0, b, status);
814 case 'd': mode=UNORM_NFKD; break;
    [all...]
transtst.cpp     [all...]
  /external/icu/icu4c/source/test/cintltst/
cnormtst.c 164 "UNORM_NFKD",
216 TestNormCases(UNORM_NFKD, compatTests, UPRV_LENGTHOF(compatTests));
352 if (unorm_quickCheck(&(CPNFKD[count]), 1, UNORM_NFKD, &error) !=
397 if (unorm_quickCheck(&cp, 1, UNORM_NFKD, &error) != UNORM_YES)
425 if (unorm_quickCheck(&(CPNFKD[count]), 1, UNORM_NFKD, &error) !=
504 if (unorm_quickCheck(d, u_strlen(d), UNORM_NFKD, &error) !=
835 if(UNORM_NO!=unorm_quickCheck(input, inLength, UNORM_NFKD, &errorCode) || U_FAILURE(errorCode)) {
836 log_data_err("error unorm_quickCheck(long input, UNORM_NFKD)!=NO (%s) - (Are you missing data?)\n", u_errorName(errorCode));
    [all...]
  /external/harfbuzz_ng/src/
hb-icu.cc 334 len = unorm_normalize (utf16, len, UNORM_NFKD, 0, normalized, ARRAY_LENGTH (normalized), &icu_err);
  /external/icu/icu4c/source/common/
loadednormalizer2impl.cpp 290 case UNORM_NFKD:
normlzr.cpp 169 normalize(source, compat ? UNORM_NFKD : UNORM_NFD, options, result, status);
  /external/icu/icu4c/source/test/perf/normperf/
normperf.h 270 return unorm_normalize(src,srcLen,UNORM_NFKD, options,dest,dstLen,status);

Completed in 1821 milliseconds