Searched defs:LONG (Results 1 - 8 of 8) 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/ojluni/src/main/java/java/time/format/
H A DFormatStyle.java87 LONG, enum constant in enum:FormatStyle
/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.java146 * @see #LONG
157 public static final int LONG = 1; field in class:TimeZone
311 * getDisplayName(false, {@link #LONG},
322 return getDisplayName(false, LONG,
332 * getDisplayName(false, {@link #LONG}, locale)
342 return getDisplayName(false, LONG, locale);
360 * @param style either {@link #LONG} or {@link #SHORT}
375 * Returns the {@link #SHORT short} or {@link #LONG long} name of this time
381 * @param style either {@link TimeZone#LONG} or {@link TimeZone#SHORT}.
393 case LONG
[all...]
H A DCalendar.java712 * @see #LONG
725 * @see #LONG
739 public static final int LONG = 2; field in class:Calendar
815 public static final int LONG_STANDALONE = LONG | STANDALONE_MASK;
2046 * {@link #LONG_FORMAT} ({@link #LONG}), {@link #LONG_STANDALONE},
2143 * {@link #LONG_FORMAT} ({@link #LONG}), {@link #LONG_STANDALONE},
2185 // SHORT or LONG
2239 strings = (baseStyle == LONG) ? symbols.getMonths() : symbols.getShortMonths();
2243 strings = (baseStyle == LONG) ? symbols.getWeekdays() : symbols.getShortWeekdays();
/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
93 * DateFormat df = DateFormat.getDateInstance(DateFormat.LONG, Locale.FRANCE);
107 * result; from {@link #SHORT} to {@link #MEDIUM} to {@link #LONG} to {@link #FULL}. The exact result depends
111 * <li>{@link #LONG} is longer, such as {@code January 12, 1952} or {@code 3:30:32pm}
430 public static final int LONG = 1; field in class:DateFormat
/libcore/ojluni/src/main/java/sun/invoke/util/
H A DWrapper.java36 LONG ( Long.class, long.class, 'J', (Long)(long)0, new long[0], Format.signed( 64)), enum constant in enum:Wrapper
/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 287 milliseconds