Home
last modified time | relevance | path

Searched refs:ucm_addMapping (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/tools/toolutil/
Ducm.c287 ucm_addMapping(ext, mb, UCM_GET_CODE_POINTS(base, mb), UCM_GET_BYTES(base, mb)); in ucm_moveMappings()
647ucm_addMapping(fromUTable, toUMapping, UCM_GET_CODE_POINTS(toUTable, toUMapping), UCM_GET_BYTES(to… in ucm_mergeTables()
680ucm_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()
Ducm.h258 ucm_addMapping(UCMTable *table,