Searched refs:ucm_addMapping (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/tools/toolutil/ |
D | ucm.c | 287 ucm_addMapping(ext, mb, UCM_GET_CODE_POINTS(base, mb), UCM_GET_BYTES(base, mb)); in ucm_moveMappings() 647 …ucm_addMapping(fromUTable, toUMapping, UCM_GET_CODE_POINTS(toUTable, toUMapping), UCM_GET_BYTES(to… in ucm_mergeTables() 680 …ucm_addMapping(fromUTable, toUMapping, UCM_GET_CODE_POINTS(toUTable, toUMapping), UCM_GET_BYTES(to… in ucm_mergeTables() 912 ucm_addMapping(UCMTable *table, in ucm_addMapping() function 1117 ucm_addMapping(ucm->base, m, codePoints, bytes); in ucm_addMappingAuto() 1119 ucm_addMapping(ucm->ext, m, codePoints, bytes); in ucm_addMappingAuto()
|
D | ucm.h | 258 ucm_addMapping(UCMTable *table,
|