Searched refs:flagsType (Results 1 – 8 of 8) sorted by relevance
558 if(base->flagsType&UCM_FLAGS_IMPLICIT) { in ucm_checkBaseExt()562 if(ext->flagsType&UCM_FLAGS_IMPLICIT) { in ucm_checkBaseExt()904 table->flagsType=0; in ucm_resetTable()998 table->flagsType|=UCM_FLAGS_IMPLICIT; in ucm_addMapping()1000 table->flagsType|=UCM_FLAGS_EXPLICIT; in ucm_addMapping()
82 int8_t flagsType; /* UCM_FLAGS_INITIAL etc. */ member
626 if(data->ucm->base->flagsType==UCM_FLAGS_MIXED || data->ucm->ext->flagsType==UCM_FLAGS_MIXED) { in readFile()682 } else if(data->ucm->base->flagsType&UCM_FLAGS_EXPLICIT) { in createConverter()
960 mbcsData->utf8Friendly=utf8Friendly=(UBool)((table->flagsType&UCM_FLAGS_EXPLICIT)!=0); in MBCSAddTable()