Searched refs:nfc (Results 1 - 9 of 9) sorted by relevance

/macosx-10.9.5/ruby-104/ruby/ext/nkf/nkf-utf8/
H A Dutf8tbl.h53 const unsigned char nfc[NORMALIZATION_TABLE_NFC_LENGTH]; member in struct:normalization_pair
/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Ditutil.cpp364 const UNormalizer2 *nfc=unorm2_getNFCInstance(errorCode); local
366 LocalUNormalizer2Pointer fn2(unorm2_openFiltered(nfc, emptySet.toUSet(), errorCode));
/macosx-10.9.5/ICU-511.35/icuSources/test/cintltst/
H A Dcnormtst.c1153 nfc[]={ local
1197 _testIter(src, sizeof(src)/U_SIZEOF_UCHAR, &iter, UNORM_NFC, TRUE, nfc, sizeof(nfc)/U_SIZEOF_UCHAR, nfcIndexes, sizeof(nfcIndexes)/4);
1208 _testIter(src, sizeof(src)/U_SIZEOF_UCHAR, &iter, UNORM_NFC, FALSE, nfc, sizeof(nfc)/U_SIZEOF_UCHAR, nfcIndexes, sizeof(nfcIndexes)/4);
1481 const UNormalizer2 *n2=unorm2_getInstance(NULL, "nfc", UNORM2_COMPOSE_CONTIGUOUS, &errorCode);
1483 log_err_status(errorCode, "unorm2_getInstance(nfc/FCC) failed: %s\n", u_errorName(errorCode));
H A Dcucdtst.c933 const UNormalizer2 *nfc;
968 const UNormalizer2 *nfc, *nfkc; local
1077 /* For canonical decompositions only, expect Decomposition_Mapping=nfc.getRawDecomposition(c). */
1081 nfc=((UnicodeDataContext *)context)->nfc;
1082 length=unorm2_getRawDecomposition(nfc, c, s, 32, pErrorCode);
1084 log_err("error: unorm2_getRawDecomposition(nfc, U+%04lx)==%d instead of %d "
1096 composite=unorm2_composePair(nfc, a, b);
1098 log_err("error: nfc U+%04lX decomposes to U+%04lX+U+%04lX but does not compose back (instead U+%04lX)\n",
1332 context.nfc
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/data/
H A Dmakedata.mak605 "$(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) $(ALL_RES) $(COL_COL_FILES) $(RBNF_RES_FILES) $(TRANSLIT_RES_FILES) $(SPREP_FILES) "$(ICUBLD_PKG)\confusables.cfu"
614 nfc.nrm
963 "$(ICUBLD_PKG)\nfc.nrm": $(ICUSRCDATA_RELATIVE_PATH)\in\nfc.nrm
1009 $(MISC_SOURCE) $(RB_FILES) $(CURR_FILES) $(LANG_FILES) $(REGION_FILES) $(ZONE_FILES) $(COL_COL_FILES) $(RBNF_RES_FILES) $(BRK_RES_FILES) $(TRANSLIT_RES_FILES): {"$(ICUTOOLS)\genrb\$(CFG)"}genrb.exe "$(ICUBLD_PKG)\nfc.nrm" "$(ICUBLD_PKG)\$(ICUCOL)\ucadata.icu"
1013 $(BRK_SOURCE) : "$(ICUBLD_PKG)\unames.icu" "$(ICUBLD_PKG)\nfc.nrm"
H A DMakefile.in243 DAT_FILES_SHORT=unames.icu cnvalias.icu coll/ucadata.icu coll/invuca.icu nfc.nrm nfkc.nrm nfkc_cf.nrm uts46.nrm
/macosx-10.9.5/ICU-511.35/icuSources/tools/dumpce/
H A Ddumpce.cpp843 UChar nfc[32]; local
844 int32_t length = unorm_normalize(element.ch, element.count, UNORM_NFC, 0, nfc,
849 u_strToUTF8(utf8, 64, &length, nfc, length, &error);
/macosx-10.9.5/dtrace-118.1/libdtrace/
H A Ddt_printf.c739 dt_pfconv_t *pfc, *nfc; local
746 for (pfc = pdi->pdi_buckets[i]; pfc != NULL; pfc = nfc) {
747 nfc = pfc->pfc_next;
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dperl6.vim226 \ "samecase sameaccent chars nfd nfc nfkd nfkc printf sprintf caller",

Completed in 249 milliseconds