Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/lang/
DStringLatin1.java124 return compareToUTF16Values(value, other, len1, len2); in compareToUTF16()
134 return compareToUTF16Values(value, other, len1, len2); in compareToUTF16()
137 private static int compareToUTF16Values(byte[] value, byte[] other, int len1, int len2) { in compareToUTF16Values() method in StringLatin1