Searched refs:NARROW_STANDALONE (Results 1 – 9 of 9) sorted by relevance
119 NARROW_STANDALONE(Calendar.NARROW_STANDALONE, 1); enumConstant
465 styleMap.put(TextStyle.NARROW_STANDALONE, extractQuarters(standaloneRb, "narrow")); in createStore()
1761 … appendText(field, standalone ? TextStyle.NARROW_STANDALONE : TextStyle.NARROW); in parseField()
83 assertEquals(TextStyle.NARROW_STANDALONE, TextStyle.NARROW.asStandalone()); in test_standaloneNormal()87 assertTrue(TextStyle.NARROW_STANDALONE.isStandalone()); in test_standaloneNormal()
398 builder.appendLocalizedOffset(TextStyle.NARROW_STANDALONE); in test_print_pattern_localzed_narrow_standalone()
66 NARROW_FORMAT, NARROW_STANDALONE302 case Calendar.NARROW_STANDALONE: in toWidth()322 case Calendar.NARROW_STANDALONE: in toContext()
224 public static final int NARROW_STANDALONE = 32772; // 0x8004 field in Calendar
505 public static final int NARROW_STANDALONE = 32772; // 0x8004 field in Calendar
765 public static final int NARROW_STANDALONE = NARROW_FORMAT | STANDALONE_MASK; field in Calendar2591 return style == NARROW_FORMAT || style == NARROW_STANDALONE; in isNarrowStyle()