Searched refs:DATA_NAME (Results 1 – 13 of 13) sorted by relevance
/external/icu4c/samples/udata/ |
D | writer.c | 36 #define DATA_NAME "mypkg_example" macro 74 pData=udata_create(currdir, DATA_TYPE, DATA_NAME, &dataInfo, in main()
|
D | reader.c | 34 #define DATA_NAME "mypkg_example" macro 96 result=udata_openChoice(curPathBuffer, DATA_TYPE, DATA_NAME, isAcceptable, NULL, &status); in main()
|
/external/icu4c/tools/gentest/ |
D | gentest.c | 33 #define DATA_NAME "test" macro 80 "\tcreate the test file " DATA_NAME "." DATA_TYPE " unless the -r option is given.\n" in main() 111 pData=udata_create(outputDirectory, DATA_TYPE, DATA_NAME, &dataInfo, in createData()
|
/external/icu4c/tools/gensprep/ |
D | gensprep.h | 24 #define DATA_NAME "sprep" macro
|
D | gensprep.c | 152 options[BUNDLE_NAME].value = DATA_NAME; in main() 195 "gensprep writes dummy " U_ICUDATA_NAME "_" DATA_NAME "." DATA_TYPE in main()
|
/external/icu4c/tools/genprops/ |
D | genprops.h | 25 #define DATA_NAME "uprops" macro
|
D | store.c | 466 pData=udata_create(dataDir, DATA_TYPE, DATA_NAME, &dataInfo, in generateData()
|
D | genprops.c | 109 "create a binary file " DATA_NAME "." DATA_TYPE " with the character properties\n" in main()
|
/external/icu4c/tools/gencnval/ |
D | gencnval.c | 69 #define DATA_NAME "cnvalias" macro 240 "\tread convrtrs.txt and create " U_ICUDATA_NAME "_" DATA_NAME "." DATA_TYPE "\n" in main() 291 out=udata_create(options[DESTDIR].value, DATA_TYPE, DATA_NAME, &dataInfo, in main()
|
/external/icu4c/tools/gennames/ |
D | gennames.c | 146 #define DATA_NAME "unames" macro 412 "create a binary file " DATA_NAME "." DATA_TYPE " with the character names\n" in main() 1050 DATA_TYPE, storeOptions->storeNames ? DATA_NAME : ISO_DATA_NAME, in generateData()
|
/external/icu4c/common/ |
D | ucnv_io.c | 171 static const char DATA_NAME[] = "cnvalias"; variable 245 data = udata_openChoice(NULL, DATA_TYPE, DATA_NAME, isAcceptable, NULL, pErrorCode); in haveAliasData()
|
D | unames.c | 33 static const char DATA_NAME[] = "unames"; variable 207 data=udata_openChoice(NULL, DATA_TYPE, DATA_NAME, isAcceptable, NULL, pErrorCode); in isDataLoaded()
|
/external/icu4c/tools/gennorm/ |
D | store.c | 1961 …printf("size of " U_ICUDATA_NAME "_" DATA_NAME "." DATA_TYPE " contents: %ld bytes\n", (long)size); in generateData() 2110 pData=udata_create(dataDir, DATA_TYPE, DATA_NAME, &dataInfo, in generateData()
|