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

/libcore/luni/src/main/java/libcore/io/
H A DSizeOf.java25 public static final int SHORT = 2; field in class:SizeOf
/libcore/ojluni/src/main/java/java/time/format/
H A DFormatStyle.java97 SHORT; enum constant in enum:FormatStyle
H A DTextStyle.java104 SHORT(Calendar.SHORT_FORMAT, 1), enum constant in enum:TextStyle
168 * java.util.TimeZone#SHORT} values.
/libcore/benchmarks/src/benchmarks/regression/
H A DStringBenchmark.java24 SHORT("short"), enum constant in enum:StringBenchmark.StringLengths
/libcore/ojluni/src/main/java/java/util/
H A DTimeZone.java154 public static final int SHORT = 0; field in class:TimeZone
159 * @see #SHORT
365 * @param style either {@link #LONG} or {@link #SHORT}
380 * Returns the {@link #SHORT short} or {@link #LONG long} name of this time
386 * @param style either {@link TimeZone#LONG} or {@link TimeZone#SHORT}.
390 if (style != SHORT && style != LONG) {
H A DCalendar.java711 * @see #SHORT
728 public static final int SHORT = 1; field in class:Calendar
736 * @see #SHORT
802 public static final int SHORT_STANDALONE = SHORT | STANDALONE_MASK;
2045 * #SHORT_FORMAT} ({@link #SHORT}), {@link #SHORT_STANDALONE},
2064 // BEGIN Android-changed: Treat ALL_STYLES as SHORT
2065 // Android has traditionally treated ALL_STYLES as SHORT, even though
2068 style = SHORT;
2070 // END Android-changed: Treat ALL_STYLES as SHORT
2071 if (!checkDisplayNameParams(field, style, SHORT, NARROW_FORMA
[all...]
/libcore/ojluni/src/main/java/java/text/
H A DDateFormat.java62 * styles. The formatting styles include {@link #FULL}, {@link #LONG}, {@link #MEDIUM}, and {@link #SHORT}. More
107 * result; from {@link #SHORT} to {@link #MEDIUM} to {@link #LONG} to {@link #FULL}. The exact result depends
109 * <ul><li>{@link #SHORT} is completely numeric, such as {@code 12.13.52} or {@code 3:30pm}
438 public static final int SHORT = 3; field in class:DateFormat
468 * SHORT for "h:mm a" in the US locale.
480 * SHORT for "h:mm a" in the US locale.
514 * SHORT for "M/d/yy" in the US locale.
526 * SHORT for "M/d/yy" in the US locale.
560 * SHORT for "M/d/yy" in the US locale.
562 * SHORT fo
[all...]
/libcore/ojluni/src/main/java/sun/invoke/util/
H A DWrapper.java33 SHORT ( Short.class, short.class, 'S', (Short)(short)0, new short[0], Format.signed( 16)), enum constant in enum:Wrapper
95 SHORT = SIGNED | (16 << SIZE_SHIFT) | (1 << SLOT_SHIFT), field in class:Wrapper.Format
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
H A DArraysTest.java2248 SHORT { enum constant in enum:ArraysTest.PrimitiveTypeConverter

Completed in 171 milliseconds