Searched defs:UCMFile (Results 1 - 1 of 1) sorted by relevance
/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 62 milliseconds