Searched refs:lastStrong (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DBidiResolver.h131 , lastStrong(WTF::Unicode::OtherNeutral)
141 eor = lastStrong = last = direction;
147 , lastStrong(lastStrongDir)
154 WTF::Unicode::Direction lastStrong; member in struct:blink::BidiStatus
176 return status1.eor == status2.eor && status1.last == status2.last && status1.lastStrong == status2.lastStrong && *(status1.context) == *(status2.context);
221 void setLastStrongDir(WTF::Unicode::Direction lastStrongDir) { m_status.lastStrong = lastStrongDir; }
376 m_direction = m_status.lastStrong == LeftToRight ? LeftToRight : RightToLeft;
390 if (m_status.lastStrong != LeftToRight) {
397 } else if (m_status.lastStrong !
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Dubidi.c452 DirProp lastStrong=ON; /* for default level & inverse BiDi */ local
472 lastStrong=defaultParaLevel;
516 lastStrong=L;
531 lastStrong=R;
566 if(isDefaultLevelInverse && lastStrong==R)
581 lastStrong=defaultParaLevel;
616 if(isDefaultLevelInverse && lastStrong==R) {
670 bd->isoRuns[0].lastStrong=bd->isoRuns[0].contextDir=GET_PARALEVEL(pBiDi, 0)&1;
689 bd->isoRuns[0].lastStrong=bd->isoRuns[0].contextDir=level&1;
706 pLastIsoRun->lastStrong
2044 DirProp lastStrong=lastL_R_AL(pBiDi); local
[all...]
H A Dubidiimp.h176 DirProp lastStrong; /* bidi class of last strong char found in this run */ member in struct:IsoRun
/external/icu/icu4c/source/common/
H A Dubidi.c455 DirProp lastStrong=ON; /* for default level & inverse BiDi */ local
475 lastStrong=defaultParaLevel;
520 lastStrong=L;
535 lastStrong=R;
573 if(isDefaultLevelInverse && lastStrong==R)
588 lastStrong=defaultParaLevel;
624 if(isDefaultLevelInverse && lastStrong==R) {
678 bd->isoRuns[0].lastStrong=bd->isoRuns[0].lastBase=bd->isoRuns[0].contextDir=GET_PARALEVEL(pBiDi, 0)&1;
697 bd->isoRuns[0].lastStrong=bd->isoRuns[0].lastBase=bd->isoRuns[0].contextDir=level&1;
713 pLastIsoRun->lastStrong
2133 DirProp lastStrong=lastL_R_AL(pBiDi); local
[all...]
H A Dubidiimp.h166 DirProp lastStrong; /* bidi class of last strong char found in this run */ member in struct:IsoRun
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DSVGTextMetricsBuilder.cpp106 status.last = status.lastStrong = WTF::Unicode::OtherNeutral;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRootInlineBox.cpp547 m_lineBreakBidiStatusLastStrong = status.lastStrong;

Completed in 3023 milliseconds