Searched defs:isNarrowFormatStyle (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/
H A DCalendar.java2079 if (isStandaloneStyle(style) || isNarrowFormatStyle(style)) {
2085 if (isNarrowFormatStyle(style)) {
2168 if (style == ALL_STYLES || isStandaloneStyle(style) || isNarrowFormatStyle(style)) {
2174 if (isNarrowFormatStyle(style)) {
2589 private boolean isNarrowFormatStyle(int style) { method in class:Calendar

Completed in 11 milliseconds