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

  /external/icu4c/test/intltest/
tstnrapi.cpp 57 UnicodeString tel, nfkc, nfkd; local
62 Normalizer::compose(tel, TRUE, 0, nfkc, errorCode);
67 nfkc!=UnicodeString("TE\\u0139TELTELTELTELTELTELTELTELTEL", "").unescape() ||
  /external/icu4c/common/
uprops.cpp 568 // case folding and NFKC.)
570 const Normalizer2 *nfkc=Normalizer2Factory::getNFKCInstance(*pErrorCode); local
575 // first: b = NFKC(Fold(a))
580 const Normalizer2Impl *nfkcImpl=Normalizer2Factory::getImpl(nfkc);
582 return u_terminateUChars(dest, destCapacity, 0, pErrorCode); // c does not change at all under CaseFolding+NFKC
592 UnicodeString kc1=nfkc->normalize(folded1String, *pErrorCode);
593 // second: c = NFKC(Fold(b))
595 UnicodeString kc2=nfkc->normalize(folded2String.foldCase(), *pErrorCode);
  /external/icu4c/test/cintltst/
cnormtst.c 360 log_err("ERROR in NFKC quick check at U+%04x\n", CPNFKC[count]);
404 log_err("ERROR in NFKC quick check at U+%04x\n", cp);
433 log_err("ERROR in NFKC quick check at U+%04x\n", CPNFKC[count]);
464 log_err("ERROR in NFKC quick check at U+%04x\n", CPNFKC[count]);
513 log_err("ERROR in NFKC quick check for string at count %d\n", count);
542 static const UChar notNFKC[][8]={ /* strings that are not in NFKC */
588 log_data_err("error: isNormalized(notNFC[%d], NFKC) is wrong (%s) - (Are you missing data?)\n", i, u_errorName(errorCode));
594 log_data_err("error: isNormalized(notNFKC[%d], NFKC) is wrong (%s) - (Are you missing data?)\n", i, u_errorName(errorCode));
766 /* create a long and nasty string with NFKC-unsafe characters */
850 /* NFKC */
1156 nfkc[]={ local
    [all...]
cucdtst.c 967 const UNormalizer2 *nfc, *nfkc; local
    [all...]
  /external/icu4c/data/
makedata.mak 605 "$(ICU_LIB_TARGET)" : $(COMMON_ICUDATA_DEPENDENCIES) $(CNV_FILES) $(CNV_FILES_SPECIAL) "$(ICUBLD_PKG)\unames.icu" "$(ICUBLD_PKG)\cnvalias.icu" "$(ICUBLD_PKG)\nfc.nrm" "$(ICUBLD_PKG)\nfkc.nrm" "$(ICUBLD_PKG)\nfkc_cf.nrm" "$(ICUBLD_PKG)\uts46.nrm" "$(ICUBLD_PKG)\$(ICUCOL)\ucadata.icu" "$(ICUBLD_PKG)\$(ICUCOL)\invuca.icu" $(CURR_RES_FILES) $(LANG_RES_FILES) $(REGION_RES_FILES) $(ZONE_RES_FILES) $(BRK_FILES) $(BRK_DICT_FILES) $(BRK_RES_FILES) $(COL_COL_FILES) $(RBNF_RES_FILES) $(TRANSLIT_RES_FILES) $(ALL_RES) $(SPREP_FILES) "$(ICUBLD_PKG)\confusables.cfu"
615 nfkc.nrm
    [all...]
Makefile.in 243 DAT_FILES_SHORT=unames.icu cnvalias.icu coll/ucadata.icu coll/invuca.icu nfc.nrm nfkc.nrm nfkc_cf.nrm uts46.nrm
    [all...]

Completed in 640 milliseconds