Searched defs:DirTextRange (Results 1 – 1 of 1) sorted by relevance
140 struct DirTextRange : public TextRange { struct141 DirTextRange(TextRange textRange, bool leftToRight) in DirTextRange() argument144 DirTextRange(TextIndex start, TextIndex end, bool leftToRight) in DirTextRange() argument148 bool before(TextIndex index) const { in before()151 bool after(TextIndex index) const { in after()154 bool left() const { in left()157 bool right() const { in right()160 TextRange normalized() const { in normalized()163 bool fLeftToRight;