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

/external/webkit/Source/WebCore/platform/text/
H A DBidiResolver.h59 : eor(WTF::Unicode::OtherNeutral)
60 , lastStrong(WTF::Unicode::OtherNeutral)
61 , last(WTF::Unicode::OtherNeutral)
111 if (dir == WTF::Unicode::OtherNeutral)
157 : m_direction(WTF::Unicode::OtherNeutral)
248 m_direction = WTF::Unicode::OtherNeutral;
249 m_status.eor = WTF::Unicode::OtherNeutral;
266 ASSERT(m_status.eor != OtherNeutral || m_eor.atEnd());
274 if (m_direction == OtherNeutral)
408 case OtherNeutral
[all...]
/external/webkit/Source/WebCore/rendering/
H A DInlineIterator.h255 return WTF::Unicode::OtherNeutral;
290 m_direction = WTF::Unicode::OtherNeutral;
291 m_status.eor = WTF::Unicode::OtherNeutral;
H A DRenderBlockLineLayout.cpp703 BidiRun* newTrailingRun = new (renderArena()) BidiRun(firstSpace, trailingSpaceRun->m_stop, trailingSpaceRun->m_object, baseContext, OtherNeutral);
/external/webkit/Source/WebCore/platform/win/
H A DWebCoreTextRenderer.cpp43 if (direction == WTF::Unicode::RightToLeft || direction > WTF::Unicode::OtherNeutral)
/external/webkit/Source/WebKit/android/nav/
H A DSelectText.cpp84 WTF::Unicode::Direction direction() const { return atEnd() ? WTF::Unicode::OtherNeutral : WTF::Unicode::direction(current()); }
/external/webkit/Source/JavaScriptCore/wtf/unicode/glib/
H A DUnicodeGLib.cpp160 return OtherNeutral;
H A DUnicodeGLib.h54 OtherNeutral, enumerator in enum:WTF::Unicode::Direction
/external/webkit/Source/JavaScriptCore/wtf/unicode/brew/
H A DUnicodeBrew.h45 OtherNeutral = ICU::U_OTHER_NEUTRAL, enumerator in enum:WTF::Unicode::Direction
/external/webkit/Source/JavaScriptCore/wtf/unicode/icu/
H A DUnicodeIcu.h45 OtherNeutral = U_OTHER_NEUTRAL, enumerator in enum:WTF::Unicode::Direction
/external/webkit/Source/JavaScriptCore/wtf/unicode/wince/
H A DUnicodeWinCE.h47 OtherNeutral = UnicodeCE::U_OTHER_NEUTRAL, enumerator in enum:WTF::Unicode::Direction
/external/webkit/Source/JavaScriptCore/wtf/unicode/qt4/
H A DUnicodeQt4.h88 OtherNeutral = QChar::DirON, enumerator in enum:WTF::Unicode::Direction
/external/webkit/Source/WebCore/platform/graphics/
H A DGraphicsContext.cpp65 WTF::Unicode::Direction direction() const { return atEnd() ? WTF::Unicode::OtherNeutral : WTF::Unicode::direction(current()); }

Completed in 146 milliseconds