Searched refs:posBefore (Results 1 – 4 of 4) sorted by relevance
337 static final int posBefore(Replaceable str, int pos) { in posBefore() method in TransliterationRule404 int anteLimit = posBefore(text, pos.contextStart); in matchAndReplace()409 intRef[0] = posBefore(text, pos.start); in matchAndReplace()
336 static final int posBefore(Replaceable str, int pos) { in posBefore() method in TransliterationRule403 int anteLimit = posBefore(text, pos.contextStart); in matchAndReplace()408 intRef[0] = posBefore(text, pos.start); in matchAndReplace()
319 static inline int32_t posBefore(const Replaceable& str, int32_t pos) { in posBefore() function387 int32_t anteLimit = posBefore(text, pos.contextStart); in matchAndReplace()392 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; }