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

  /external/icu4c/tools/toolutil/
ucm.h 101 typedef struct UCMFile {
106 } UCMFile;
118 U_CAPI UCMFile * U_EXPORT2
122 ucm_close(UCMFile *ucm);
125 ucm_parseHeaderLine(UCMFile *ucm,
137 ucm_addMappingAuto(UCMFile *ucm, UBool forBase, UCMStates *baseStates,
143 ucm_addMappingFromLine(UCMFile *ucm, const char *line, UBool forBase, UCMStates *baseStates);
170 ucm_readTable(UCMFile *ucm, FileStream* convFile,
292 ucm_separateMappings(UCMFile *ucm, UBool isSISO);
ucm.c 693 ucm_separateMappings(UCMFile *ucm, UBool isSISO) {
1009 U_CAPI UCMFile * U_EXPORT2
1011 UCMFile *ucm=(UCMFile *)uprv_malloc(sizeof(UCMFile));
1013 fprintf(stderr, "ucm error: unable to allocate a UCMFile\n");
1017 memset(ucm, 0, sizeof(UCMFile));
1031 ucm_close(UCMFile *ucm) {
1086 ucm_addMappingAuto(UCMFile *ucm, UBool forBase, UCMStates *baseStates,
    [all...]
ucmstate.c 205 ucm_parseHeaderLine(UCMFile *ucm,
    [all...]
  /external/icu4c/tools/makeconv/
genmbcs.h 102 MBCSOpen(UCMFile *ucm);
122 CnvExtOpen(UCMFile *ucm);
genmbcs.cpp 36 UCMFile *ucm;
150 MBCSInit(MBCSData *mbcsData, UCMFile *ucm) {
162 MBCSOpen(UCMFile *ucm) {
    [all...]
gencnvex.c 50 UCMFile *ucm;
75 CnvExtOpen(UCMFile *ucm) {
    [all...]
makeconv.c 42 UCMFile *ucm;
494 /* copy values from the UCMFile to the static data */

Completed in 2730 milliseconds