Home | History | Annotate | Download | only in nav

Lines Matching defs:atEnd

85     bool atEnd() const { return !m_textRun || m_offset >= m_textRun->length(); }
87 WTF::Unicode::Direction direction() const { return atEnd() ? WTF::Unicode::OtherNeutral : WTF::Unicode::direction(current()); }