Searched refs:OtherNeutral (Results 1 – 12 of 12) sorted by relevance
/external/webkit/Source/WebCore/platform/text/ |
D | BidiResolver.h | 59 : eor(WTF::Unicode::OtherNeutral) in BidiStatus() 60 , lastStrong(WTF::Unicode::OtherNeutral) in BidiStatus() 61 , last(WTF::Unicode::OtherNeutral) in BidiStatus() 111 if (dir == WTF::Unicode::OtherNeutral) in BidiCharacterRun() 157 : m_direction(WTF::Unicode::OtherNeutral) in BidiResolver() 248 m_direction = WTF::Unicode::OtherNeutral; in appendRun() 249 m_status.eor = WTF::Unicode::OtherNeutral; in appendRun() 266 ASSERT(m_status.eor != OtherNeutral || m_eor.atEnd()); in checkDirectionInLowerRaiseEmbeddingLevel() 274 if (m_direction == OtherNeutral) in checkDirectionInLowerRaiseEmbeddingLevel() 408 case OtherNeutral: in updateStatusLastFromCurrentDirection() [all …]
|
/external/webkit/Source/WebCore/rendering/ |
D | InlineIterator.h | 255 return WTF::Unicode::OtherNeutral; in direction() 290 m_direction = WTF::Unicode::OtherNeutral; in appendRun() 291 m_status.eor = WTF::Unicode::OtherNeutral; in appendRun()
|
D | RenderBlockLineLayout.cpp | 703 …diRun(firstSpace, trailingSpaceRun->m_stop, trailingSpaceRun->m_object, baseContext, OtherNeutral); in handleTrailingSpaces()
|
/external/webkit/Source/WebKit/android/nav/ |
D | SelectText.cpp | 84 …WTF::Unicode::Direction direction() const { return atEnd() ? WTF::Unicode::OtherNeutral : WTF::Uni… in direction()
|
/external/webkit/Source/WebCore/platform/win/ |
D | WebCoreTextRenderer.cpp | 43 if (direction == WTF::Unicode::RightToLeft || direction > WTF::Unicode::OtherNeutral) in isOneLeftToRightRun()
|
/external/webkit/Source/JavaScriptCore/wtf/unicode/glib/ |
D | UnicodeGLib.cpp | 160 return OtherNeutral; in direction()
|
D | UnicodeGLib.h | 54 OtherNeutral, enumerator
|
/external/webkit/Source/JavaScriptCore/wtf/unicode/icu/ |
D | UnicodeIcu.h | 45 OtherNeutral = U_OTHER_NEUTRAL, enumerator
|
/external/webkit/Source/JavaScriptCore/wtf/unicode/wince/ |
D | UnicodeWinCE.h | 47 OtherNeutral = UnicodeCE::U_OTHER_NEUTRAL, enumerator
|
/external/webkit/Source/JavaScriptCore/wtf/unicode/brew/ |
D | UnicodeBrew.h | 45 OtherNeutral = ICU::U_OTHER_NEUTRAL, enumerator
|
/external/webkit/Source/JavaScriptCore/wtf/unicode/qt4/ |
D | UnicodeQt4.h | 88 OtherNeutral = QChar::DirON, enumerator
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | GraphicsContext.cpp | 65 …WTF::Unicode::Direction direction() const { return atEnd() ? WTF::Unicode::OtherNeutral : WTF::Uni… in direction()
|