Searched refs:UCMStates (Results 1 – 5 of 5) sorted by relevance
/external/icu/icu4c/source/tools/toolutil/ |
D | ucm.h | 95 typedef struct UCMStates { struct 102 } UCMStates; argument 106 UCMStates states; 133 ucm_mappingType(UCMStates *baseStates, 140 ucm_addMappingAuto(UCMFile *ucm, UBool forBase, UCMStates *baseStates, 146 ucm_addMappingFromLine(UCMFile *ucm, const char *line, UBool forBase, UCMStates *baseStates); 174 UBool forBase, UCMStates *baseStates, 182 ucm_checkValidity(UCMTable *ext, UCMStates *baseStates); 229 ucm_checkBaseExt(UCMStates *baseStates, UCMTable *base, UCMTable *ext, 240 ucm_addState(UCMStates *states, const char *s); [all …]
|
D | ucmstate.c | 188 ucm_addState(UCMStates *states, const char *s) { in ucm_addState() 209 UCMStates *states; in ucm_parseHeaderLine() 334 sumUpStates(UCMStates *states) { in sumUpStates() 426 ucm_processStates(UCMStates *states, UBool ignoreSISOCheck) { in ucm_processStates() 616 compactToUnicode2(UCMStates *states, in compactToUnicode2() 842 findUnassigned(UCMStates *states, in findUnassigned() 899 compactToUnicodeHelper(UCMStates *states, in compactToUnicodeHelper() 925 ucm_optimizeStates(UCMStates *states, in ucm_optimizeStates() 974 ucm_countChars(UCMStates *states, in ucm_countChars()
|
D | ucm.c | 311 checkBaseExtUnicode(UCMStates *baseStates, UCMTable *base, UCMTable *ext, in checkBaseExtUnicode() 415 checkBaseExtBytes(UCMStates *baseStates, UCMTable *base, UCMTable *ext, in checkBaseExtBytes() 532 ucm_checkValidity(UCMTable *table, UCMStates *baseStates) { in ucm_checkValidity() 554 ucm_checkBaseExt(UCMStates *baseStates, in ucm_checkBaseExt() 1042 ucm_mappingType(UCMStates *baseStates, in ucm_mappingType() 1089 ucm_addMappingAuto(UCMFile *ucm, UBool forBase, UCMStates *baseStates, in ucm_addMappingAuto() 1128 ucm_addMappingFromLine(UCMFile *ucm, const char *line, UBool forBase, UCMStates *baseStates) { in ucm_addMappingFromLine() 1147 UBool forBase, UCMStates *baseStates, in ucm_readTable()
|
/external/icu/icu4c/source/tools/makeconv/ |
D | makeconv.cpp | 559 UCMStates *baseStates; in readFile() 632 UCMStates *states, *baseStates; in createConverter()
|
D | genmbcs.cpp | 1337 UCMStates *states; in MBCSPostprocess()
|