Searched refs:ucm_addMapping (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/tools/toolutil/ |
D | ucm.cpp | 290 ucm_addMapping(ext, mb, UCM_GET_CODE_POINTS(base, mb), UCM_GET_BYTES(base, mb)); in ucm_moveMappings() 652 …ucm_addMapping(fromUTable, toUMapping, UCM_GET_CODE_POINTS(toUTable, toUMapping), UCM_GET_BYTES(to… in ucm_mergeTables() 685 …ucm_addMapping(fromUTable, toUMapping, UCM_GET_CODE_POINTS(toUTable, toUMapping), UCM_GET_BYTES(to… in ucm_mergeTables() 917 ucm_addMapping(UCMTable *table, in ucm_addMapping() function 1123 ucm_addMapping(ucm->base, m, codePoints, bytes); in ucm_addMappingAuto() 1125 ucm_addMapping(ucm->ext, m, codePoints, bytes); in ucm_addMappingAuto()
|
D | ucm.h | 260 ucm_addMapping(UCMTable *table,
|