Searched refs:po (Results 1 – 1 of 1) sorted by relevance
1225 int po = ooffset; in regionMatches() local1233 if (charAt(to++) != other.charAt(po++)) { in regionMatches()1293 int po = ooffset; in regionMatches() local1302 char c2 = other.charAt(po++); in regionMatches()1348 int po = 0; in startsWith() local1355 if (charAt(to++) != prefix.charAt(po++)) { in startsWith()