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

/libcore/luni/src/main/java/libcore/io/
H A DSizeOf.java24 public static final int LONG = 8; field in class:SizeOf
/libcore/luni/src/main/java/libcore/util/
H A DEmptyArray.java28 public static final long[] LONG = new long[0]; field in class:EmptyArray
/libcore/ojluni/src/main/java/java/util/
H A DTimeZone.java150 * @see #LONG
161 public static final int LONG = 1; field in class:TimeZone
312 * getDisplayName(false, {@link #LONG},
323 return getDisplayName(false, LONG,
333 * getDisplayName(false, {@link #LONG}, locale)
343 return getDisplayName(false, LONG, locale);
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) {
[all...]
H A DCalendar.java710 * @see #LONG
720 * @see #LONG
733 public static final int LONG = 2; field in class:Calendar
1379 * {@link #SHORT} or {@link #LONG}.
1395 if (!checkDisplayNameParams(field, style, ALL_STYLES, LONG, locale,
1439 * #SHORT}, {@link #LONG}, or {@link #ALL_STYLES}.
1455 if (!checkDisplayNameParams(field, style, ALL_STYLES, LONG, locale,
1467 Map<String,Integer> longNames = getDisplayNamesImpl(field, LONG, locale);
1477 // SHORT or LONG
1517 strings = (style == LONG)
[all...]
/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
92 * DateFormat df = DateFormat.getDateInstance(DateFormat.LONG, Locale.FRANCE);
103 * result; from {@link #SHORT} to {@link #MEDIUM} to {@link #LONG} to {@link #FULL}. The exact result depends
107 * <li>{@link #LONG} is longer, such as {@code January 12, 1952} or {@code 3:30:32pm}
426 public static final int LONG = 1; field in class:DateFormat
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
H A DArraysTest.java2226 LONG { enum constant in enum:ArraysTest.PrimitiveTypeConverter

Completed in 425 milliseconds