OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ucm_moveMappings
(Results
1 - 3
of
3
) sorted by null
/external/icu4c/tools/toolutil/
ucm.c
241
* (see
ucm_moveMappings
() and ucm_addMapping())
272
ucm_moveMappings
(UCMTable *base, UCMTable *ext) {
581
ucm_moveMappings
(ext, NULL);
582
ucm_moveMappings
(base, moveTarget);
732
ucm_moveMappings
(ucm->base, ucm->ext);
[
all
...]
ucm.h
163
ucm_moveMappings
(UCMTable *base, UCMTable *ext);
/external/icu4c/tools/makeconv/
makeconv.c
704
ucm_moveMappings
(data->ucm->base, data->ucm->ext);
836
ucm_moveMappings
(baseData.ucm->base, data->ucm->ext);
Completed in 281 milliseconds