Searched refs:posBefore (Results 1 – 3 of 3) sorted by relevance
316 static inline int32_t posBefore(const Replaceable& str, int32_t pos) { in posBefore() function384 int32_t anteLimit = posBefore(text, pos.contextStart); in matchAndReplace()389 oText = posBefore(text, pos.start); in matchAndReplace()
317 static inline int32_t posBefore(const Replaceable& str, int32_t pos) { in posBefore() function385 int32_t anteLimit = posBefore(text, pos.contextStart); in matchAndReplace()390 oText = posBefore(text, pos.start); in matchAndReplace()
2516 var posBefore = posLess(pos, anchor);2517 if (posBefore != posLess(other, anchor)) {2520 } else if (posBefore != posLess(pos, other)) {