Home
last modified time | relevance | path

Searched refs:po (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/lang/
DString.java1225 int po = ooffset; in regionMatches() local
1233 if (charAt(to++) != other.charAt(po++)) { in regionMatches()
1293 int po = ooffset; in regionMatches() local
1302 char c2 = other.charAt(po++); in regionMatches()
1348 int po = 0; in startsWith() local
1355 if (charAt(to++) != prefix.charAt(po++)) { in startsWith()