Home
last modified time | relevance | path

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

/external/icu4c/tools/toolutil/
Ducm.c310 UBool moveToExt, UBool intersectBase) { in checkBaseExtUnicode() argument
352 if(intersectBase && (intersectBase!=2 || mb->bLen>1)) { in checkBaseExtUnicode()
391 } else if(intersectBase) { in checkBaseExtUnicode()
414 UBool moveToExt, UBool intersectBase) { in checkBaseExtBytes() argument
440 if(intersectBase==2 && mb->bLen==1) { in checkBaseExtBytes()
469 if(intersectBase) { in checkBaseExtBytes()
508 } else if(intersectBase) { in checkBaseExtBytes()
554 UBool intersectBase) { in ucm_checkBaseExt() argument
573 checkBaseExtUnicode(baseStates, base, ext, (UBool)(moveTarget!=NULL), intersectBase)| in ucm_checkBaseExt()
574 checkBaseExtBytes(baseStates, base, ext, (UBool)(moveTarget!=NULL), intersectBase); in ucm_checkBaseExt()
Ducm.h227 UCMTable *moveTarget, UBool intersectBase);