Home
last modified time | relevance | path

Searched refs:MASK_R_AL (Results 1 – 3 of 3) sorted by relevance

/external/icu4c/common/
Dubidiwrt.c513 … (/*run>0 &&*/ !(MASK_R_AL&DIRPROP_FLAG(dirProps[logicalStart+runLength-1])))) { in ubidi_writeReordered()
537 (/*run<runCount-1 &&*/ !(MASK_R_AL&DIRPROP_FLAG(dirProps[logicalStart])))) { in ubidi_writeReordered()
605 if(/*run<runCount-1 &&*/ !(MASK_R_AL&DIRPROP_FLAG(dirProps[logicalStart]))) { in ubidi_writeReordered()
618 if(/*run>0 &&*/ !(MASK_R_AL&DIRPROP_FLAG(dirProps[logicalStart+runLength-1]))) { in ubidi_writeReordered()
Dubidiimp.h73 #define MASK_R_AL (DIRPROP_FLAG(R)|DIRPROP_FLAG(AL)) macro
Dubidi.c2178 if(DIRPROP_FLAG(dirProp) & MASK_R_AL) { in ubidi_setPara()