Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/time/
DZoneId.java402 return ofWithPrefix(zoneId, 3, checkAvailable); in of()
404 return ofWithPrefix(zoneId, 2, checkAvailable); in of()
417 private static ZoneId ofWithPrefix(String zoneId, int prefixLength, boolean checkAvailable) { in ofWithPrefix() method in ZoneId