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