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/icu/icu4c/source/tools/toolutil/
ucm.c
243
* (see
ucm_moveMappings
() and ucm_addMapping())
274
ucm_moveMappings
(UCMTable *base, UCMTable *ext) {
583
ucm_moveMappings
(ext, NULL);
584
ucm_moveMappings
(base, moveTarget);
734
ucm_moveMappings
(ucm->base, ucm->ext);
[
all
...]
ucm.h
166
ucm_moveMappings
(UCMTable *base, UCMTable *ext);
/external/icu/icu4c/source/tools/makeconv/
makeconv.cpp
696
ucm_moveMappings
(data->ucm->base, data->ucm->ext);
828
ucm_moveMappings
(baseData.ucm->base, data->ucm->ext);
Completed in 175 milliseconds