Searched refs:strLastChar (Results 1 – 3 of 3) sorted by relevance
2333 char strLastChar = target.charAt(strLastIndex); in lastIndexOf() local2339 while (i >= min && source.charAt(i) != strLastChar) { in lastIndexOf()2440 char strLastChar = target[strLastIndex]; in lastIndexOf() local2446 while (i >= min && source[i] != strLastChar) { in lastIndexOf()
274 char strLastChar = tgt.charAt(strLastIndex); in lastIndexOf() local278 while (i >= min && (src[i] & 0xff) != strLastChar) { in lastIndexOf()
559 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) {