Searched refs:indexOfSupplementary (Results 1 – 3 of 3) sorted by relevance
221 private int indexOfSupplementary(int ch, int fromIndex) { in indexOfSupplementary() method in String
1986 return indexOfSupplementary(ch, fromIndex); in indexOf()1993 private int indexOfSupplementary(int ch, int fromIndex) { in indexOfSupplementary() method in String
392 return indexOfSupplementary(value, ch, fromIndex, max);529 private static int indexOfSupplementary(byte[] value, int ch, int fromIndex, int max) {