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

  /external/chromium_org/third_party/WebKit/Source/platform/text/
TextRunIterator.h 60 WTF::Unicode::Direction direction() const { return atEnd() ? WTF::Unicode::OtherNeutral : WTF::Unicode::direction(current()); }
BidiResolver.h 130 : eor(WTF::Unicode::OtherNeutral)
131 , lastStrong(WTF::Unicode::OtherNeutral)
132 , last(WTF::Unicode::OtherNeutral)
196 : m_direction(WTF::Unicode::OtherNeutral)
346 m_direction = WTF::Unicode::OtherNeutral;
347 m_status.eor = WTF::Unicode::OtherNeutral;
367 ASSERT(m_status.eor != OtherNeutral || m_eor.atEnd());
375 if (m_direction == OtherNeutral)
553 case OtherNeutral:
563 m_status.last = OtherNeutral;
    [all...]
BidiCharacterRun.h 38 if (dir == WTF::Unicode::OtherNeutral)
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineIterator.h 434 return WTF::Unicode::OtherNeutral;
450 updateStatusLastFromCurrentDirection(WTF::Unicode::OtherNeutral);
498 BidiRun* newTrailingRun = new BidiRun(start, stop, run->m_object, context, WTF::Unicode::OtherNeutral);
722 m_direction = WTF::Unicode::OtherNeutral;
723 m_status.eor = WTF::Unicode::OtherNeutral;
RenderText.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextMetricsBuilder.cpp 106 status.last = status.lastStrong = WTF::Unicode::OtherNeutral;
  /external/chromium_org/third_party/WebKit/Source/wtf/unicode/icu/
UnicodeIcu.h 44 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 238 milliseconds