Searched defs:INTEGER (Results 1 - 4 of 4) sorted by relevance

/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/
H A DDERTags.java6 public static final int INTEGER = 0x02; field in interface:DERTags
/dalvik/libcore/sql/src/main/java/java/sql/
H A DTypes.java105 * The type code that identifies the SQL type {@code INTEGER}.
107 public static final int INTEGER = 4; field in class:Types
/dalvik/dx/src/com/android/dx/rop/cst/
H A DCstType.java53 public static final CstType INTEGER = intern(Type.INTEGER_CLASS); field in class:CstType
110 case Type.BT_INT: return INTEGER;
/dalvik/libcore/text/src/main/java/java/text/
H A DNumberFormat.java791 public static final Field INTEGER = new Field("integer"); //$NON-NLS-1$ field in class:NumberFormat.Field
861 if (this.equals(INTEGER)) {
862 return INTEGER;

Completed in 114 milliseconds