Home
last modified time | relevance | path

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

/external/chromium_org/third_party/icu/source/common/
Dubidi.c392 DirProp lastStrongDir=0; /* for default level & inverse BiDi */ in getDirProps() local
402 lastStrongDir=paraDirDefault; in getDirProps()
446 lastStrongDir=0; in getDirProps()
450 lastStrongDir=CONTEXT_RTL; in getDirProps()
453 lastStrongDir=CONTEXT_RTL; in getDirProps()
460 if(isDefaultLevelInverse && (lastStrongDir==CONTEXT_RTL) &&(paraDir!=lastStrongDir)) { in getDirProps()
473 lastStrongDir=paraDirDefault; in getDirProps()
481 if(isDefaultLevelInverse && (lastStrongDir==CONTEXT_RTL) &&(paraDir!=lastStrongDir)) { in getDirProps()
/external/icu4c/common/
Dubidi.c418 DirProp lastStrongDir=0; /* for default level & inverse BiDi */ in getDirProps() local
436 lastStrongDir=paraDir; in getDirProps()
479 lastStrongDir=0; in getDirProps()
483 lastStrongDir=CONTEXT_RTL; in getDirProps()
486 lastStrongDir=CONTEXT_RTL; in getDirProps()
493 if(isDefaultLevelInverse && (lastStrongDir==CONTEXT_RTL) &&(paraDir!=lastStrongDir)) { in getDirProps()
506 lastStrongDir=paraDirDefault; in getDirProps()
514 if(isDefaultLevelInverse && (lastStrongDir==CONTEXT_RTL) &&(paraDir!=lastStrongDir)) { in getDirProps()
/external/chromium_org/third_party/WebKit/Source/platform/text/
DBidiResolver.h76 …BidiStatus(WTF::Unicode::Direction eorDir, WTF::Unicode::Direction lastStrongDir, WTF::Unicode::Di… in BidiStatus()
78 , lastStrong(lastStrongDir) in BidiStatus()
195 …void setLastStrongDir(WTF::Unicode::Direction lastStrongDir) { m_status.lastStrong = lastStrongDir in setLastStrongDir() argument