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

/dalvik/hit/src/com/android/hit/
H A DTypes.java28 public static final int SHORT = 9; field in class:Types
55 case SHORT: return 2;
82 case SHORT: return "short";
/dalvik/dx/src/com/android/dx/rop/cst/
H A DCstType.java56 public static final CstType SHORT = intern(Type.SHORT_CLASS); field in class:CstType
112 case Type.BT_SHORT: return SHORT;
/dalvik/libcore/luni/src/main/java/java/util/
H A DTimeZone.java82 * The SHORT display name style.
84 public static final int SHORT = 0; field in class:TimeZone
238 * Gets the specified style of name ({@code LONG} or {@code SHORT}) for this {@code TimeZone} for
246 * either {@code LONG} or {@code SHORT}.
254 * Gets the specified style of name ({@code LONG} or {@code SHORT}) for this {@code TimeZone} for
262 * either LONG or SHORT.
264 * either {@code LONG} or {@code SHORT}.
274 if (style == SHORT || style == LONG) {
/dalvik/dx/src/com/android/dx/rop/type/
H A DType.java92 public static final Type SHORT = new Type("S", BT_SHORT); field in class:Type
115 putIntern(SHORT);
235 public static final Type SHORT_ARRAY = SHORT.getArrayType();
/dalvik/libcore/text/src/main/java/java/text/
H A DDateFormat.java44 * styles. The formatting styles include FULL, LONG, MEDIUM, and SHORT. More
99 * methods to control the length of the result; from SHORT to MEDIUM to LONG to
102 * <li>SHORT is completely numeric, such as 12.13.52 or 3:30pm
171 public final static int SHORT = 3; field in class:DateFormat
442 * one of SHORT, MEDIUM, LONG, FULL, or DEFAULT.
446 * if {@code style} is not one of SHORT, MEDIUM, LONG, FULL, or
459 * one of SHORT, MEDIUM, LONG, FULL, or DEFAULT.
463 * if {@code style} is not one of SHORT, MEDIUM, LONG, FULL, or
491 * one of SHORT, MEDIUM, LONG, FULL, or DEFAULT.
493 * one of SHORT, MEDIU
[all...]
/dalvik/libcore/luni/src/test/java/tests/api/java/util/
H A DArraysTest.java2533 SHORT { enum constant in enum:ArraysTest.PrimitiveTypeConverter

Completed in 68 milliseconds