Lines Matching refs:UCMTable

64 ucm_printMapping(UCMTable *table, UCMapping *m, FILE *f) {  in ucm_printMapping()
69 ucm_printTable(UCMTable *table, FILE *f, UBool byUnicode) { 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()
206 (UCMTable *)context, (const UCMapping *)right, TRUE); in compareMappingsUnicodeFirst()
212 UCMTable *table=(UCMTable *)context; in compareMappingsBytesFirst()
220 ucm_sortTable(UCMTable *t) { in ucm_sortTable()
272 ucm_moveMappings(UCMTable *base, UCMTable *ext) { in ucm_moveMappings()
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()
553 UCMTable *base, UCMTable *ext, UCMTable *moveTarget, in ucm_checkBaseExt()
596 ucm_mergeTables(UCMTable *fromUTable, UCMTable *toUTable, in ucm_mergeTables()
694 UCMTable *table; in ucm_separateMappings()
877 U_CAPI UCMTable * U_EXPORT2
879 UCMTable *table=(UCMTable *)uprv_malloc(sizeof(UCMTable)); in ucm_openTable()
885 memset(table, 0, sizeof(UCMTable)); in ucm_openTable()
890 ucm_closeTable(UCMTable *table) { in ucm_closeTable()
901 ucm_resetTable(UCMTable *table) { in ucm_resetTable()
912 ucm_addMapping(UCMTable *table, in ucm_addMapping()