Home
last modified time | relevance | path

Searched refs:isSISO (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/tools/toolutil/
Ducm.cpp424 UBool isSISO; in checkBaseExtBytes() local
435 isSISO=(UBool)(baseStates->outputType==MBCS_OUTPUT_2_SISO); in checkBaseExtBytes()
485 (!isSISO || mb->bLen>1) && in checkBaseExtBytes()
698 ucm_separateMappings(UCMFile *ucm, UBool isSISO) { in ucm_separateMappings() argument
712 if(isSISO && m->bLen==1 && (m->b.bytes[0]==0xe || m->b.bytes[0]==0xf)) { in ucm_separateMappings()
Ducm.h295 ucm_separateMappings(UCMFile *ucm, UBool isSISO);