Home | History | Annotate | Download | only in toolutil

Lines Matching refs:ucm_addMapping

241          * (see ucm_moveMappings() and ucm_addMapping())
287 ucm_addMapping(ext, mb, UCM_GET_CODE_POINTS(base, mb), UCM_GET_BYTES(base, mb));
647 ucm_addMapping(fromUTable, toUMapping, UCM_GET_CODE_POINTS(toUTable, toUMapping), UCM_GET_BYTES(toUTable, toUMapping));
680 ucm_addMapping(fromUTable, toUMapping, UCM_GET_CODE_POINTS(toUTable, toUMapping), UCM_GET_BYTES(toUTable, toUMapping));
912 ucm_addMapping(UCMTable *table,
1116 ucm_addMapping(ucm->base, m, codePoints, bytes);
1118 ucm_addMapping(ucm->ext, m, codePoints, bytes);