Home
last modified time | relevance | path

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

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