Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/text/
DBidiResolver.h59 : 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/
DInlineIterator.h255 return WTF::Unicode::OtherNeutral; in direction()
290 m_direction = WTF::Unicode::OtherNeutral; in appendRun()
291 m_status.eor = WTF::Unicode::OtherNeutral; in appendRun()
DRenderBlockLineLayout.cpp703 …diRun(firstSpace, trailingSpaceRun->m_stop, trailingSpaceRun->m_object, baseContext, OtherNeutral); in handleTrailingSpaces()
/external/webkit/Source/WebKit/android/nav/
DSelectText.cpp84 …WTF::Unicode::Direction direction() const { return atEnd() ? WTF::Unicode::OtherNeutral : WTF::Uni… in direction()
/external/webkit/Source/WebCore/platform/win/
DWebCoreTextRenderer.cpp43 if (direction == WTF::Unicode::RightToLeft || direction > WTF::Unicode::OtherNeutral) in isOneLeftToRightRun()
/external/webkit/Source/JavaScriptCore/wtf/unicode/glib/
DUnicodeGLib.cpp160 return OtherNeutral; in direction()
DUnicodeGLib.h54 OtherNeutral, enumerator
/external/webkit/Source/JavaScriptCore/wtf/unicode/icu/
DUnicodeIcu.h45 OtherNeutral = U_OTHER_NEUTRAL, enumerator
/external/webkit/Source/JavaScriptCore/wtf/unicode/wince/
DUnicodeWinCE.h47 OtherNeutral = UnicodeCE::U_OTHER_NEUTRAL, enumerator
/external/webkit/Source/JavaScriptCore/wtf/unicode/brew/
DUnicodeBrew.h45 OtherNeutral = ICU::U_OTHER_NEUTRAL, enumerator
/external/webkit/Source/JavaScriptCore/wtf/unicode/qt4/
DUnicodeQt4.h88 OtherNeutral = QChar::DirON, enumerator
/external/webkit/Source/WebCore/platform/graphics/
DGraphicsContext.cpp65 …WTF::Unicode::Direction direction() const { return atEnd() ? WTF::Unicode::OtherNeutral : WTF::Uni… in direction()