Searched defs:UCMFile (Results 1 - 2 of 2) sorted by relevance
/external/chromium_org/third_party/icu/source/tools/toolutil/ |
H A D | ucm.h | 101 typedef struct UCMFile { struct 106 } UCMFile; typedef in typeref:struct: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);
|
/external/icu/icu4c/source/tools/toolutil/ |
H A D | ucm.h | 102 typedef struct UCMFile { struct 107 } UCMFile; typedef in typeref:struct:UCMFile 119 U_CAPI UCMFile * U_EXPORT2 123 ucm_close(UCMFile *ucm); 126 ucm_parseHeaderLine(UCMFile *ucm, 138 ucm_addMappingAuto(UCMFile *ucm, UBool forBase, UCMStates *baseStates, 144 ucm_addMappingFromLine(UCMFile *ucm, const char *line, UBool forBase, UCMStates *baseStates); 171 ucm_readTable(UCMFile *ucm, FileStream* convFile, 293 ucm_separateMappings(UCMFile *ucm, UBool isSISO);
|
Completed in 58 milliseconds