Lines Matching refs:UCMTable

66 ucm_printMapping(UCMTable *table, UCMapping *m, FILE *f) {  in ucm_printMapping()
71 ucm_printTable(UCMTable *table, FILE *f, UBool byUnicode) { in ucm_printTable()
92 compareUnicode(UCMTable *lTable, const UCMapping *l, in compareUnicode()
93 UCMTable *rTable, const UCMapping *r) { in compareUnicode()
126 compareBytes(UCMTable *lTable, const UCMapping *l, in compareBytes()
127 UCMTable *rTable, const UCMapping *r, in compareBytes()
175 compareMappings(UCMTable *lTable, const UCMapping *l, in compareMappings()
176 UCMTable *rTable, const UCMapping *r, in compareMappings()
207 (UCMTable *)context, (const UCMapping *)left, in compareMappingsUnicodeFirst()
208 (UCMTable *)context, (const UCMapping *)right, TRUE); in compareMappingsUnicodeFirst()
214 UCMTable *table=(UCMTable *)context; in compareMappingsBytesFirst()
222 ucm_sortTable(UCMTable *t) { in ucm_sortTable()
274 ucm_moveMappings(UCMTable *base, UCMTable *ext) { in ucm_moveMappings()
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()
555 UCMTable *base, UCMTable *ext, UCMTable *moveTarget, in ucm_checkBaseExt()
598 ucm_mergeTables(UCMTable *fromUTable, UCMTable *toUTable, in ucm_mergeTables()
696 UCMTable *table; in ucm_separateMappings()
879 U_CAPI UCMTable * U_EXPORT2
881 UCMTable *table=(UCMTable *)uprv_malloc(sizeof(UCMTable)); in ucm_openTable()
887 memset(table, 0, sizeof(UCMTable)); in ucm_openTable()
892 ucm_closeTable(UCMTable *table) { in ucm_closeTable()
903 ucm_resetTable(UCMTable *table) { in ucm_resetTable()
914 ucm_addMapping(UCMTable *table, in ucm_addMapping()