Searched refs:baseStyle (Results 1 – 2 of 2) sorted by relevance
2207 int baseStyle = getBaseStyle(style); // Ignore the standalone mask in checkDisplayNameParams() local2209 baseStyle < minStyle || baseStyle > maxStyle) { in checkDisplayNameParams()2214 if (baseStyle == 3) { in checkDisplayNameParams()2225 int baseStyle = getBaseStyle(style); // ignore the standalone mask in getFieldStrings() local2228 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()
1010 int baseStyle = getBaseStyle(style); in getDisplayNames() local1013 if (baseStyle == ALL_STYLES || baseStyle == SHORT in getDisplayNames()1014 || baseStyle == NARROW_FORMAT) { in getDisplayNames()1017 if (baseStyle == ALL_STYLES || baseStyle == LONG) { in getDisplayNames()