Home
last modified time | relevance | path

Searched refs:OtherNeutral (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/text/
DBidiResolver.h61 : eor(WTF::Unicode::OtherNeutral) in BidiStatus()
62 , lastStrong(WTF::Unicode::OtherNeutral) in BidiStatus()
63 , last(WTF::Unicode::OtherNeutral) in BidiStatus()
123 if (dir == WTF::Unicode::OtherNeutral) in BidiCharacterRun()
171 : m_direction(WTF::Unicode::OtherNeutral) in BidiResolver()
309 m_direction = WTF::Unicode::OtherNeutral; in appendRun()
310 m_status.eor = WTF::Unicode::OtherNeutral; in appendRun()
330 ASSERT(m_status.eor != OtherNeutral || m_eor.atEnd()); in checkDirectionInLowerRaiseEmbeddingLevel()
338 if (m_direction == OtherNeutral) in checkDirectionInLowerRaiseEmbeddingLevel()
477 case OtherNeutral: in updateStatusLastFromCurrentDirection()
[all …]
DTextRunIterator.h60 …WTF::Unicode::Direction direction() const { return atEnd() ? WTF::Unicode::OtherNeutral : WTF::Uni… in direction()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineIterator.h431 return WTF::Unicode::OtherNeutral; in direction()
447 updateStatusLastFromCurrentDirection(WTF::Unicode::OtherNeutral); in isEndOfLine()
658 m_direction = WTF::Unicode::OtherNeutral; in appendRun()
659 m_status.eor = WTF::Unicode::OtherNeutral; in appendRun()
DRenderBlockLineLayout.cpp836 …diRun(firstSpace, trailingSpaceRun->m_stop, trailingSpaceRun->m_object, baseContext, OtherNeutral); in handleTrailingSpaces()
/external/chromium_org/third_party/WebKit/Source/wtf/unicode/icu/
DUnicodeIcu.h48 OtherNeutral = U_OTHER_NEUTRAL, enumerator
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
DDateTimeEditElement.cpp408 if (dir == SegmentSeparator || dir == WhiteSpaceNeutral || dir == OtherNeutral) in visitLiteral()