HomeSort by relevance Sort by last modified time
    Searched refs:OtherNeutral (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
TextRunIterator.h 60 WTF::Unicode::Direction direction() const { return atEnd() ? WTF::Unicode::OtherNeutral : WTF::Unicode::direction(current()); }
  /external/chromium_org/third_party/WebKit/Source/core/platform/text/
BidiResolver.h 60 : eor(WTF::Unicode::OtherNeutral)
61 , lastStrong(WTF::Unicode::OtherNeutral)
62 , last(WTF::Unicode::OtherNeutral)
121 if (dir == WTF::Unicode::OtherNeutral)
169 : m_direction(WTF::Unicode::OtherNeutral)
291 m_direction = WTF::Unicode::OtherNeutral;
292 m_status.eor = WTF::Unicode::OtherNeutral;
312 ASSERT(m_status.eor != OtherNeutral || m_eor.atEnd());
320 if (m_direction == OtherNeutral)
459 case OtherNeutral
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineIterator.h 402 return WTF::Unicode::OtherNeutral;
542 m_direction = WTF::Unicode::OtherNeutral;
543 m_status.eor = WTF::Unicode::OtherNeutral;
RenderBlockLineLayout.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/unicode/icu/
UnicodeIcu.h 47 OtherNeutral = U_OTHER_NEUTRAL,
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
DateTimeEditElement.cpp 409 if (dir == SegmentSeparator || dir == WhiteSpaceNeutral || dir == OtherNeutral)

Completed in 100 milliseconds