OtherNeutral      408 Source/core/html/shadow/DateTimeEditElement.cpp         if (dir == SegmentSeparator || dir == WhiteSpaceNeutral || dir == OtherNeutral)
OtherNeutral      433 Source/core/rendering/InlineIterator.h     return WTF::Unicode::OtherNeutral;
OtherNeutral      449 Source/core/rendering/InlineIterator.h         updateStatusLastFromCurrentDirection(WTF::Unicode::OtherNeutral);
OtherNeutral      497 Source/core/rendering/InlineIterator.h     BidiRun* newTrailingRun = new BidiRun(start, stop, run->m_object, context, WTF::Unicode::OtherNeutral);
OtherNeutral      721 Source/core/rendering/InlineIterator.h     m_direction = WTF::Unicode::OtherNeutral;
OtherNeutral      722 Source/core/rendering/InlineIterator.h     m_status.eor = WTF::Unicode::OtherNeutral;
OtherNeutral      946 Source/core/rendering/RenderText.cpp         status.last = status.lastStrong = WTF::Unicode::OtherNeutral;
OtherNeutral       38 Source/platform/text/BidiCharacterRun.h         if (dir == WTF::Unicode::OtherNeutral)
OtherNeutral      131 Source/platform/text/BidiResolver.h         : eor(WTF::Unicode::OtherNeutral)
OtherNeutral      132 Source/platform/text/BidiResolver.h         , lastStrong(WTF::Unicode::OtherNeutral)
OtherNeutral      133 Source/platform/text/BidiResolver.h         , last(WTF::Unicode::OtherNeutral)
OtherNeutral      197 Source/platform/text/BidiResolver.h         : m_direction(WTF::Unicode::OtherNeutral)
OtherNeutral      347 Source/platform/text/BidiResolver.h     m_direction = WTF::Unicode::OtherNeutral;
OtherNeutral      348 Source/platform/text/BidiResolver.h     m_status.eor = WTF::Unicode::OtherNeutral;
OtherNeutral      368 Source/platform/text/BidiResolver.h     ASSERT(m_status.eor != OtherNeutral || m_eor.atEnd());
OtherNeutral      376 Source/platform/text/BidiResolver.h     if (m_direction == OtherNeutral)
OtherNeutral      554 Source/platform/text/BidiResolver.h     case OtherNeutral:
OtherNeutral      564 Source/platform/text/BidiResolver.h             m_status.last = OtherNeutral;
OtherNeutral      668 Source/platform/text/BidiResolver.h     ASSERT(m_direction == OtherNeutral);
OtherNeutral      752 Source/platform/text/BidiResolver.h             dirCurrent = OtherNeutral;
OtherNeutral      754 Source/platform/text/BidiResolver.h         ASSERT(m_status.eor != OtherNeutral || m_eor.atEnd());
OtherNeutral      786 Source/platform/text/BidiResolver.h             case OtherNeutral:
OtherNeutral      842 Source/platform/text/BidiResolver.h             case OtherNeutral:
OtherNeutral      888 Source/platform/text/BidiResolver.h                 case OtherNeutral:
OtherNeutral      925 Source/platform/text/BidiResolver.h                 if (m_direction == OtherNeutral)
OtherNeutral      953 Source/platform/text/BidiResolver.h             case OtherNeutral:
OtherNeutral      961 Source/platform/text/BidiResolver.h                 } else if (m_direction == OtherNeutral) {
OtherNeutral      971 Source/platform/text/BidiResolver.h             if (m_direction == OtherNeutral)
OtherNeutral     1001 Source/platform/text/BidiResolver.h         case OtherNeutral:
OtherNeutral     1032 Source/platform/text/BidiResolver.h             m_direction = OtherNeutral;
OtherNeutral     1056 Source/platform/text/BidiResolver.h                 m_direction = OtherNeutral;
OtherNeutral       60 Source/platform/text/TextRunIterator.h     WTF::Unicode::Direction direction() const { return atEnd() ? WTF::Unicode::OtherNeutral : WTF::Unicode::direction(current()); }