/external/icu/icu4c/source/tools/toolutil/ |
D | ucm.h | 93 typedef struct UCMStates { struct 100 } UCMStates; argument 104 UCMStates states; 131 ucm_mappingType(UCMStates *baseStates, 138 ucm_addMappingAuto(UCMFile *ucm, UBool forBase, UCMStates *baseStates, 144 ucm_addMappingFromLine(UCMFile *ucm, const char *line, UBool forBase, UCMStates *baseStates); 172 UBool forBase, UCMStates *baseStates, 180 ucm_checkValidity(UCMTable *ext, UCMStates *baseStates); 227 ucm_checkBaseExt(UCMStates *baseStates, UCMTable *base, UCMTable *ext, 238 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() 1087 ucm_addMappingAuto(UCMFile *ucm, UBool forBase, UCMStates *baseStates, in ucm_addMappingAuto() 1126 ucm_addMappingFromLine(UCMFile *ucm, const char *line, UBool forBase, UCMStates *baseStates) { in ucm_addMappingFromLine() 1145 UBool forBase, UCMStates *baseStates, in ucm_readTable()
|
/external/chromium_org/third_party/icu/source/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/icu/icu4c/source/tools/makeconv/ |
D | makeconv.c | 567 UCMStates *baseStates; in readFile() 640 UCMStates *states, *baseStates; in createConverter()
|
D | genmbcs.cpp | 1331 UCMStates *states; in MBCSPostprocess()
|
/external/chromium_org/third_party/icu/source/tools/makeconv/ |
D | makeconv.c | 567 UCMStates *baseStates; in readFile() 640 UCMStates *states, *baseStates; in createConverter()
|
D | genmbcs.c | 1326 UCMStates *states; in MBCSPostprocess()
|