Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/lang/invoke/
DMethodType.java488 if (isGeneric()) return this; // nothing to change in asSpreaderType()
664 /*non-public*/ boolean isGeneric() {
/libcore/ojluni/src/main/java/java/time/format/
DDateTimeFormatterBuilder.java4121 private final boolean isGeneric; field in ZoneTextPrinterParser
4122 ZoneTextPrinterParser(TextStyle textStyle, Set<ZoneId> preferredZones, boolean isGeneric) { in ZoneTextPrinterParser() argument
4125 this.isGeneric = isGeneric; in ZoneTextPrinterParser()
4244 if (!isGeneric) { in format()