HomeSort by relevance Sort by last modified time
    Searched defs:DATA_NAME (Results 1 - 11 of 11) sorted by null

  /external/icu4c/tools/gensprep/
gensprep.h 24 #define DATA_NAME "sprep"
  /external/icu4c/tools/genprops/
genprops.h 25 #define DATA_NAME "uprops"
  /external/icu4c/samples/udata/
reader.c 34 #define DATA_NAME "mypkg_example"
96 result=udata_openChoice(curPathBuffer, DATA_TYPE, DATA_NAME, isAcceptable, NULL, &status);
writer.c 36 #define DATA_NAME "mypkg_example"
74 pData=udata_create(currdir, DATA_TYPE, DATA_NAME, &dataInfo,
  /external/icu4c/tools/gentest/
gentest.c 33 #define DATA_NAME "test"
80 "\tcreate the test file " DATA_NAME "." DATA_TYPE " unless the -r option is given.\n"
111 pData=udata_create(outputDirectory, DATA_TYPE, DATA_NAME, &dataInfo,
  /external/icu4c/tools/gennorm/
gennorm.h 24 #define DATA_NAME "unorm"
  /external/icu4c/common/
uchar.c 51 static const char DATA_NAME[] = "uprops";
125 ucp->propsData=udata_openChoice(NULL, DATA_TYPE, DATA_NAME, isAcceptable, NULL, pErrorCode);
ucnv_io.c 171 static const char DATA_NAME[] = "cnvalias";
245 data = udata_openChoice(NULL, DATA_TYPE, DATA_NAME, isAcceptable, NULL, pErrorCode);
    [all...]
unames.c 33 static const char DATA_NAME[] = "unames";
207 data=udata_openChoice(NULL, DATA_TYPE, DATA_NAME, isAcceptable, NULL, pErrorCode);
    [all...]
  /external/icu4c/tools/gencnval/
gencnval.c 69 #define DATA_NAME "cnvalias"
240 "\tread convrtrs.txt and create " U_ICUDATA_NAME "_" DATA_NAME "." DATA_TYPE "\n"
291 out=udata_create(options[DESTDIR].value, DATA_TYPE, DATA_NAME, &dataInfo,
    [all...]
  /external/icu4c/tools/gennames/
gennames.c 146 #define DATA_NAME "unames"
394 "create a binary file " DATA_NAME "." DATA_TYPE " with the character names\n"
934 DATA_TYPE, storeOptions->storeNames ? DATA_NAME : ISO_DATA_NAME,
    [all...]

Completed in 82 milliseconds