Home | History | Annotate | Download | only in nav

Lines Matching refs:OtherNeutral

82     WTF::Unicode::Direction direction() const { return atEnd() ? WTF::Unicode::OtherNeutral : WTF::Unicode::direction(current()); }