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.java2207 int baseStyle = getBaseStyle(style); // Ignore the standalone mask in checkDisplayNameParams() local
2209 baseStyle < minStyle || baseStyle > maxStyle) { in checkDisplayNameParams()
2214 if (baseStyle == 3) { in checkDisplayNameParams()
2225 int baseStyle = getBaseStyle(style); // ignore the standalone mask in getFieldStrings() local
2228 if (baseStyle == NARROW_FORMAT) { in getFieldStrings()
2239 strings = (baseStyle == LONG) ? symbols.getMonths() : symbols.getShortMonths(); in getFieldStrings()
2243 strings = (baseStyle == LONG) ? symbols.getWeekdays() : symbols.getShortWeekdays(); in getFieldStrings()
DJapaneseImperialCalendar.java1010 int baseStyle = getBaseStyle(style); in getDisplayNames() local
1013 if (baseStyle == ALL_STYLES || baseStyle == SHORT in getDisplayNames()
1014 || baseStyle == NARROW_FORMAT) { in getDisplayNames()
1017 if (baseStyle == ALL_STYLES || baseStyle == LONG) { in getDisplayNames()