Searched defs:SHORT (Results 1 - 6 of 6) 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/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.java153 public static final int SHORT = 0; field in class:TimeZone
158 * @see #SHORT
361 * @param style either {@link #LONG} or {@link #SHORT}
376 * Returns the {@link #SHORT short} or {@link #LONG long} name of this time
382 * @param style either {@link TimeZone#LONG} or {@link TimeZone#SHORT}.
386 if (style != SHORT && style != LONG) {
H A DCalendar.java709 * @see #SHORT
723 public static final int SHORT = 1; field in class:Calendar
730 * @see #SHORT
1379 * {@link #SHORT} or {@link #LONG}.
1418 * {@linkplain #SHORT short} style in an English locale.
1439 * #SHORT}, {@link #LONG}, or {@link #ALL_STYLES}.
1463 Map<String,Integer> shortNames = getDisplayNamesImpl(field, SHORT, locale);
1477 // SHORT or LONG
/libcore/ojluni/src/main/java/java/text/
H A DDateFormat.java66 * styles. The formatting styles include {@link #FULL}, {@link #LONG}, {@link #MEDIUM}, and {@link #SHORT}. More
103 * result; from {@link #SHORT} to {@link #MEDIUM} to {@link #LONG} to {@link #FULL}. The exact result depends
105 * <ul><li>{@link #SHORT} is completely numeric, such as {@code 12.13.52} or {@code 3:30pm}
434 public static final int SHORT = 3; field in class:DateFormat
454 * SHORT for "h:mm a" in the US locale.
466 * SHORT for "h:mm a" in the US locale.
490 * SHORT for "M/d/yy" in the US locale.
502 * SHORT for "M/d/yy" in the US locale.
526 * SHORT for "M/d/yy" in the US locale.
528 * SHORT fo
[all...]
/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 187 milliseconds