Home
last modified time | relevance | path

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

/external/icu4c/common/
Dubidi.c426 paraDirDefault=pBiDi->paraLevel&1 ? CONTEXT_RTL : 0; in getDirProps()
429 paraDir=(lastStrong==L) ? 0 : CONTEXT_RTL; in getDirProps()
461 dirProps[i1]&=~CONTEXT_RTL; in getDirProps()
469 paraDir=CONTEXT_RTL; in getDirProps()
471 dirProps[i1]|=CONTEXT_RTL; in getDirProps()
482 lastStrongDir=CONTEXT_RTL; in getDirProps()
485 lastStrongDir=CONTEXT_RTL; in getDirProps()
492 if(isDefaultLevelInverse && (lastStrongDir==CONTEXT_RTL) &&(paraDir!=lastStrongDir)) { in getDirProps()
494 dirProps[paraStart]|=CONTEXT_RTL; in getDirProps()
513 if(isDefaultLevelInverse && (lastStrongDir==CONTEXT_RTL) &&(paraDir!=lastStrongDir)) { in getDirProps()
[all …]
Dubidiimp.h112 #define CONTEXT_RTL 0x80 macro
113 #define NO_CONTEXT_RTL(dir) ((dir)&~CONTEXT_RTL)