Searched defs:DirTextRange (Results 1 – 1 of 1) sorted by relevance
131 struct DirTextRange : public TextRange { struct132 DirTextRange(TextRange textRange, bool leftToRight) in DirTextRange() argument135 DirTextRange(TextIndex start, TextIndex end, bool leftToRight) in DirTextRange() function139 bool before(TextIndex index) const { in before()142 bool after(TextIndex index) const { in after()145 bool left() const { in left()148 bool right() const { in right()151 TextRange normalized() const { in normalized()154 bool fLeftToRight;