Home | History | Annotate | Download | only in toolutil

Lines Matching refs:UCMTable

59 /* constants for UCMTable.flagsType */
67 typedef struct UCMTable {
83 } UCMTable;
102 UCMTable *base, *ext;
146 U_CAPI UCMTable * U_EXPORT2
150 ucm_closeTable(UCMTable *table);
153 ucm_resetTable(UCMTable *table);
156 ucm_sortTable(UCMTable *t);
163 ucm_moveMappings(UCMTable *base, UCMTable *ext);
179 ucm_checkValidity(UCMTable *ext, UCMStates *baseStates);
226 ucm_checkBaseExt(UCMStates *baseStates, UCMTable *base, UCMTable *ext,
227 UCMTable *moveTarget, UBool intersectBase);
230 ucm_printTable(UCMTable *table, FILE *f, UBool byUnicode);
233 ucm_printMapping(UCMTable *table, UCMapping *m, FILE *f);
257 ucm_addMapping(UCMTable *table,
287 ucm_mergeTables(UCMTable *fromUTable, UCMTable *toUTable,