Searched refs:checkAvailable (Results 1 – 3 of 3) sorted by relevance
/libcore/ojluni/src/main/java/java/time/ |
D | ZoneId.java | 395 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()
|
D | ZoneRegion.java | 115 static ZoneRegion ofId(String zoneId, boolean checkAvailable) { in ofId() argument 123 if (checkAvailable) { in ofId()
|
/libcore/ojluni/annotations/hiddenapi/java/time/ |
D | ZoneId.java | 96 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
|