Home
last modified time | relevance | path

Searched refs:UCMapping (Results 1 – 5 of 5) sorted by relevance

/external/icu4c/tools/toolutil/
Ducm.c43 printMapping(UCMapping *m, UChar32 *codePoints, uint8_t *bytes, FILE *f) { in printMapping()
64 ucm_printMapping(UCMTable *table, UCMapping *m, FILE *f) { in ucm_printMapping()
70 UCMapping *m; in ucm_printTable()
90 compareUnicode(UCMTable *lTable, const UCMapping *l, in compareUnicode()
91 UCMTable *rTable, const UCMapping *r) { in compareUnicode()
124 compareBytes(UCMTable *lTable, const UCMapping *l, in compareBytes()
125 UCMTable *rTable, const UCMapping *r, in compareBytes()
173 compareMappings(UCMTable *lTable, const UCMapping *l, in compareMappings()
174 UCMTable *rTable, const UCMapping *r, in compareMappings()
205 (UCMTable *)context, (const UCMapping *)left, in compareMappingsUnicodeFirst()
[all …]
Ducm.h50 typedef struct UCMapping { struct
57 } UCMapping; argument
68 UCMapping *mappings;
131 UCMapping *m,
138 UCMapping *m,
233 ucm_printMapping(UCMTable *table, UCMapping *m, FILE *f);
251 ucm_parseMappingLine(UCMapping *m,
258 UCMapping *m,
/external/icu4c/tools/makeconv/
Dgencnvex.c299 UCMapping *mappings; in reduceToUMappings()
328 getToUnicodeValue(CnvExtData *extData, UCMTable *table, UCMapping *m) { in getToUnicodeValue()
414 UCMapping *mappings, *m; in generateToUTable()
587 UCMapping *mappings, *m; in prepareFromUMappings()
635 getFromUBytesValue(CnvExtData *extData, UCMTable *table, UCMapping *m) { in getFromUBytesValue()
711 UCMapping *mappings, *m; in generateFromUTable()
928 UCMapping *mappings, *m; in generateFromUTrie()
Dmakeconv.c715 UCMapping *m, *mLimit; in createConverter()
Dgenmbcs.c938 UCMapping *m; in MBCSAddTable()