Searched refs:checkAvailable (Results 1 – 3 of 3) sorted by relevance
/libcore/ojluni/src/main/java/java/time/ |
D | ZoneId.java | 397 static ZoneId of(String zoneId, boolean checkAvailable) { in of() argument 402 return ofWithPrefix(zoneId, 3, checkAvailable); in of() 404 return ofWithPrefix(zoneId, 2, checkAvailable); in of() 406 return ZoneRegion.ofId(zoneId, checkAvailable); in of() 417 private static ZoneId ofWithPrefix(String zoneId, int prefixLength, boolean checkAvailable) { in ofWithPrefix() argument 423 return ZoneRegion.ofId(zoneId, checkAvailable); // drop through to ZoneRulesProvider in ofWithPrefix()
|
D | ZoneRegion.java | 114 static ZoneRegion ofId(String zoneId, boolean checkAvailable) { in ofId() argument 122 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
|