Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/time/
DZoneId.java395 static ZoneId of(String zoneId, boolean checkAvailable) { in of() argument
400 return ofWithPrefix(zoneId, 3, checkAvailable); in of()
402 return ofWithPrefix(zoneId, 2, checkAvailable); in of()
404 return ZoneRegion.ofId(zoneId, checkAvailable); in of()
415 private static ZoneId ofWithPrefix(String zoneId, int prefixLength, boolean checkAvailable) { in ofWithPrefix() argument
421 return ZoneRegion.ofId(zoneId, checkAvailable); // drop through to ZoneRulesProvider in ofWithPrefix()
DZoneRegion.java115 static ZoneRegion ofId(String zoneId, boolean checkAvailable) { in ofId() argument
123 if (checkAvailable) { in ofId()
/libcore/ojluni/annotations/hiddenapi/java/time/
DZoneId.java96 static java.time.ZoneId of(java.lang.String zoneId, boolean checkAvailable) { in of() argument
101 java.lang.String zoneId, int prefixLength, boolean checkAvailable) { in ofWithPrefix() argument