Home
last modified time | relevance | path

Searched refs:UCM_FLAGS_EXPLICIT (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/tools/toolutil/
Ducm.h65 UCM_FLAGS_EXPLICIT, /* .ucm file has mappings with | fallback indicators */ enumerator
Ducm.c1002 table->flagsType|=UCM_FLAGS_EXPLICIT; in ucm_addMapping()
/external/icu/icu4c/source/tools/makeconv/
Dmakeconv.cpp674 } else if(data->ucm->base->flagsType&UCM_FLAGS_EXPLICIT) { in createConverter()
Dgenmbcs.cpp965 mbcsData->utf8Friendly=utf8Friendly=(UBool)((table->flagsType&UCM_FLAGS_EXPLICIT)!=0); in MBCSAddTable()