Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/toolutil/
Ducm.c419 UBool isSISO; in checkBaseExtBytes() local
430 isSISO=(UBool)(baseStates->outputType==MBCS_OUTPUT_2_SISO); in checkBaseExtBytes()
480 (!isSISO || mb->bLen>1) && in checkBaseExtBytes()
693 ucm_separateMappings(UCMFile *ucm, UBool isSISO) { in ucm_separateMappings() argument
707 if(isSISO && m->bLen==1 && (m->b.bytes[0]==0xe || m->b.bytes[0]==0xf)) { in ucm_separateMappings()
Ducm.h293 ucm_separateMappings(UCMFile *ucm, UBool isSISO);