Searched refs:isGeneric (Results 1 – 2 of 2) sorted by relevance
488 if (isGeneric()) return this; // nothing to change in asSpreaderType()664 /*non-public*/ boolean isGeneric() {
4121 private final boolean isGeneric; field in ZoneTextPrinterParser4122 ZoneTextPrinterParser(TextStyle textStyle, Set<ZoneId> preferredZones, boolean isGeneric) { in ZoneTextPrinterParser() argument4125 this.isGeneric = isGeneric; in ZoneTextPrinterParser()4244 if (!isGeneric) { in format()