HomeSort by relevance Sort by last modified time
    Searched refs:ucm (Results 26 - 28 of 28) sorted by null

12

  /external/icu4c/data/
makedata.mak 31 .SUFFIXES : .nrm .icu .ucm .cnv .dll .dat .res .txt .c
62 # The directory that contains ucmcore.mk files along with *.ucm files
182 # We're including a list of .ucm files.
189 UCM_SOURCE=ibm-37_P100-1995.ucm ibm-1047_P100-1995.ucm
229 CNV_FILES=$(UCM_SOURCE:.ucm=.cnv)
231 CNV_FILES_SPECIAL=$(UCM_SOURCE_SPECIAL:.ucm=.cnv)
731 @"$(ICUTOOLS)\makeconv\$(CFG)\makeconv" -c -d"$(ICUBLD_PKG)" $(ICUSRCDATA_RELATIVE_PATH)\$(ICUUCM)\$(@B).ucm
737 @"$(ICUTOOLS)\makeconv\$(CFG)\makeconv" -c --ignore-siso-check -d"$(ICUBLD_PKG)" $(ICUSRCDATA_RELATIVE_PATH)\$(ICUUCM)\$(@B).ucm
    [all...]
  /external/chromium/third_party/icu/source/tools/toolutil/
ucmstate.c 16 * This file handles ICU .ucm file state information as part of the ucm module.
27 #include "ucm.h"
190 fprintf(stderr, "ucm error: too many states (maximum %u)\n", MBCS_MAX_STATE_COUNT);
197 fprintf(stderr, "ucm error: parse error in state definition at '%s'\n", error);
205 ucm_parseHeaderLine(UCMFile *ucm,
211 states=&ucm->states;
237 fprintf(stderr, "ucm error: no header field <key> in line \"%s\"\n", line);
243 fprintf(stderr, "ucm error: incomplete header field <key> in line \"%s\"\n", line);
273 fprintf(stderr, "ucm error: unknown <uconv_class> %s\n", *pValue)
    [all...]
  /external/icu4c/tools/toolutil/
ucmstate.c 16 * This file handles ICU .ucm file state information as part of the ucm module.
27 #include "ucm.h"
190 fprintf(stderr, "ucm error: too many states (maximum %u)\n", MBCS_MAX_STATE_COUNT);
197 fprintf(stderr, "ucm error: parse error in state definition at '%s'\n", error);
205 ucm_parseHeaderLine(UCMFile *ucm,
211 states=&ucm->states;
237 fprintf(stderr, "ucm error: no header field <key> in line \"%s\"\n", line);
243 fprintf(stderr, "ucm error: incomplete header field <key> in line \"%s\"\n", line);
273 fprintf(stderr, "ucm error: unknown <uconv_class> %s\n", *pValue)
    [all...]

Completed in 305 milliseconds

12