• Home
  • Raw
  • Download

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()
223 ucm_sortTable(UCMTable *t) { in ucm_sortTable()
275 ucm_moveMappings(UCMTable *base, UCMTable *ext) { in ucm_moveMappings()
312 checkBaseExtUnicode(UCMStates *baseStates, UCMTable *base, UCMTable *ext, in checkBaseExtUnicode()
418 checkBaseExtBytes(UCMStates *baseStates, UCMTable *base, UCMTable *ext, in checkBaseExtBytes()
535 ucm_checkValidity(UCMTable *table, UCMStates *baseStates) { in ucm_checkValidity()
558 UCMTable *base, UCMTable *ext, UCMTable *moveTarget, in ucm_checkBaseExt()
601 ucm_mergeTables(UCMTable *fromUTable, UCMTable *toUTable, in ucm_mergeTables()
699 UCMTable *table; in ucm_separateMappings()
882 U_CAPI UCMTable * U_EXPORT2
884 UCMTable *table=(UCMTable *)uprv_malloc(sizeof(UCMTable)); in ucm_openTable()
890 memset(table, 0, sizeof(UCMTable)); in ucm_openTable()
895 ucm_closeTable(UCMTable *table) { in ucm_closeTable()
906 ucm_resetTable(UCMTable *table) { in ucm_resetTable()
917 ucm_addMapping(UCMTable *table, in ucm_addMapping()