Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/lang/
DString.java2333 char strLastChar = target.charAt(strLastIndex); in lastIndexOf() local
2339 while (i >= min && source.charAt(i) != strLastChar) { in lastIndexOf()
2440 char strLastChar = target[strLastIndex]; in lastIndexOf() local
2446 while (i >= min && source[i] != strLastChar) { in lastIndexOf()
DStringLatin1.java274 char strLastChar = tgt.charAt(strLastIndex); in lastIndexOf() local
278 while (i >= min && (src[i] & 0xff) != strLastChar) { in lastIndexOf()
DStringUTF16.java559 char strLastChar = tgt.charAt(strLastIndex);
565 while (i >= min && getChar(src, i) != strLastChar) {
1672 char strLastChar = tgt.charAt(strLastIndex);
1678 while (i >= min && getChar(src, i) != strLastChar) {