Searched refs:UCMStates (Results 1 – 5 of 5) sorted by relevance
/external/icu4c/tools/toolutil/ |
D | ucm.h | 92 typedef struct UCMStates { struct 99 } UCMStates; argument 103 UCMStates states; 130 ucm_mappingType(UCMStates *baseStates, 137 ucm_addMappingAuto(UCMFile *ucm, UBool forBase, UCMStates *baseStates, 143 ucm_addMappingFromLine(UCMFile *ucm, const char *line, UBool forBase, UCMStates *baseStates); 171 UBool forBase, UCMStates *baseStates, 179 ucm_checkValidity(UCMTable *ext, UCMStates *baseStates); 226 ucm_checkBaseExt(UCMStates *baseStates, UCMTable *base, UCMTable *ext, 237 ucm_addState(UCMStates *states, const char *s); [all …]
|
D | ucmstate.c | 186 ucm_addState(UCMStates *states, const char *s) { in ucm_addState() 207 UCMStates *states; in ucm_parseHeaderLine() 332 sumUpStates(UCMStates *states) { in sumUpStates() 424 ucm_processStates(UCMStates *states, UBool ignoreSISOCheck) { in ucm_processStates() 614 compactToUnicode2(UCMStates *states, in compactToUnicode2() 840 findUnassigned(UCMStates *states, in findUnassigned() 897 compactToUnicodeHelper(UCMStates *states, in compactToUnicodeHelper() 923 ucm_optimizeStates(UCMStates *states, in ucm_optimizeStates() 972 ucm_countChars(UCMStates *states, in ucm_countChars()
|
D | ucm.c | 309 checkBaseExtUnicode(UCMStates *baseStates, UCMTable *base, UCMTable *ext, in checkBaseExtUnicode() 413 checkBaseExtBytes(UCMStates *baseStates, UCMTable *base, UCMTable *ext, in checkBaseExtBytes() 530 ucm_checkValidity(UCMTable *table, UCMStates *baseStates) { in ucm_checkValidity() 552 ucm_checkBaseExt(UCMStates *baseStates, in ucm_checkBaseExt() 1040 ucm_mappingType(UCMStates *baseStates, in ucm_mappingType() 1086 ucm_addMappingAuto(UCMFile *ucm, UBool forBase, UCMStates *baseStates, in ucm_addMappingAuto() 1125 ucm_addMappingFromLine(UCMFile *ucm, const char *line, UBool forBase, UCMStates *baseStates) { in ucm_addMappingFromLine() 1144 UBool forBase, UCMStates *baseStates, in ucm_readTable()
|
/external/icu4c/tools/makeconv/ |
D | makeconv.c | 567 UCMStates *baseStates; in readFile() 640 UCMStates *states, *baseStates; in createConverter()
|
D | genmbcs.c | 1326 UCMStates *states; in MBCSPostprocess()
|