Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/
DCalendar.java2293 int baseStyle = getBaseStyle(style); // Ignore the standalone mask in checkDisplayNameParams() local
2295 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() local
2314 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()
DJapaneseImperialCalendar.java1038 int baseStyle = getBaseStyle(style); in getDisplayNames() local
1042 if (baseStyle == ALL_STYLES || baseStyle == SHORT in getDisplayNames()
1043 || baseStyle == NARROW_FORMAT) { in getDisplayNames()
1046 if (baseStyle == ALL_STYLES || baseStyle == LONG) { in getDisplayNames()