Searched refs:baseStyle (Results 1 – 2 of 2) sorted by relevance
2293 int baseStyle = getBaseStyle(style); // Ignore the standalone mask in checkDisplayNameParams() local2295 baseStyle < minStyle || baseStyle > maxStyle || baseStyle == 3) { in checkDisplayNameParams()2300 if (baseStyle == 3) { in checkDisplayNameParams()2311 int baseStyle = getBaseStyle(style); // ignore the standalone mask in getFieldStrings() local2314 if (baseStyle == NARROW_FORMAT) { in getFieldStrings()2320 … case MONTH -> (baseStyle == LONG) ? symbols.getMonths() : symbols.getShortMonths(); in getFieldStrings()2321 … case DAY_OF_WEEK -> (baseStyle == LONG) ? symbols.getWeekdays() : symbols.getShortWeekdays(); in getFieldStrings()
1038 int baseStyle = getBaseStyle(style); in getDisplayNames() local1042 if (baseStyle == ALL_STYLES || baseStyle == SHORT in getDisplayNames()1043 || baseStyle == NARROW_FORMAT) { in getDisplayNames()1046 if (baseStyle == ALL_STYLES || baseStyle == LONG) { in getDisplayNames()