Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/libcore/icu/
DTimeZoneNames.java102 private static final Comparator<String[]> ZONE_STRINGS_COMPARATOR = new Comparator<String[]>() { field in TimeZoneNames
115 int index = Arrays.binarySearch(zoneStrings, needle, ZONE_STRINGS_COMPARATOR); in getDisplayName()