Lines Matching refs:UCMTable
64 ucm_printMapping(UCMTable *table, UCMapping *m, FILE *f) {
69 ucm_printTable(UCMTable *table, FILE *f, UBool byUnicode) {
90 compareUnicode(UCMTable *lTable, const UCMapping *l,
91 UCMTable *rTable, const UCMapping *r) {
124 compareBytes(UCMTable *lTable, const UCMapping *l,
125 UCMTable *rTable, const UCMapping *r,
173 compareMappings(UCMTable *lTable, const UCMapping *l,
174 UCMTable *rTable, const UCMapping *r,
205 (UCMTable *)context, (const UCMapping *)left,
206 (UCMTable *)context, (const UCMapping *)right, TRUE);
212 UCMTable *table=(UCMTable *)context;
220 ucm_sortTable(UCMTable *t) {
272 ucm_moveMappings(UCMTable *base, UCMTable *ext) {
309 checkBaseExtUnicode(UCMStates *baseStates, UCMTable *base, UCMTable *ext,
413 checkBaseExtBytes(UCMStates *baseStates, UCMTable *base, UCMTable *ext,
530 ucm_checkValidity(UCMTable *table, UCMStates *baseStates) {
553 UCMTable *base, UCMTable *ext, UCMTable *moveTarget,
596 ucm_mergeTables(UCMTable *fromUTable, UCMTable *toUTable,
694 UCMTable *table;
877 U_CAPI UCMTable * U_EXPORT2
879 UCMTable *table=(UCMTable *)uprv_malloc(sizeof(UCMTable));
881 fprintf(stderr, "ucm error: unable to allocate a UCMTable\n");
885 memset(table, 0, sizeof(UCMTable));
890 ucm_closeTable(UCMTable *table) {
901 ucm_resetTable(UCMTable *table) {
912 ucm_addMapping(UCMTable *table,