Searched refs:posBefore (Results 1 – 3 of 3) sorted by relevance
334 static final int posBefore(Replaceable str, int pos) { in posBefore() method in TransliterationRule401 int anteLimit = posBefore(text, pos.contextStart); in matchAndReplace()406 intRef[0] = 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()
692 int posBefore = pos;751 if (pos == posBefore) {780 int posBefore = pos;804 pos = posBefore;1211 int posBefore = pos;1213 if (pos == posBefore) { return null; }