/libcore/support/src/test/java/tests/support/ |
D | Support_DecimalFormat.java | 49 t_FormatWithField(1, format, number, text, NumberFormat.Field.INTEGER, in t_format_with_FieldPosition() 75 t_FormatWithField(11, format, number, text, NumberFormat.Field.INTEGER, in t_format_with_FieldPosition() 107 t_FormatWithField(22, format, number, text, NumberFormat.Field.INTEGER, in t_format_with_FieldPosition() 184 v.add(new FieldContainer(0, 3, NumberFormat.Field.INTEGER)); in getNumberVectorUS() 192 v.add(new FieldContainer(0, 3, NumberFormat.Field.INTEGER)); in getIntegerVectorUS() 199 v.add(new FieldContainer(5, 8, NumberFormat.Field.INTEGER)); in getPositiveCurrencyVectorCH() 209 v.add(new FieldContainer(5, 8, NumberFormat.Field.INTEGER)); in getNegativeCurrencyVectorCH() 218 v.add(new FieldContainer(1, 4, NumberFormat.Field.INTEGER)); in getPositiveCurrencyVectorUS() 227 v.add(new FieldContainer(2, 5, NumberFormat.Field.INTEGER)); in getNegativeCurrencyVectorUS() 235 v.add(new FieldContainer(0, 2, NumberFormat.Field.INTEGER)); in getPercentVectorUS() [all …]
|
D | Support_MessageFormat.java | 107 v.add(new FieldContainer(38, 39, NumberFormat.Field.INTEGER)); in getMessageVector1() 110 v.add(new FieldContainer(61, 62, NumberFormat.Field.INTEGER)); in getMessageVector1()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/ |
D | Support_DecimalFormat.java | 46 t_FormatWithField(1, format, number, text, NumberFormat.Field.INTEGER, 1, 11); in t_format_with_FieldPosition() 62 t_FormatWithField(11, format, number, text, NumberFormat.Field.INTEGER, 0, 9); in t_format_with_FieldPosition() 83 t_FormatWithField(22, format, number, text, NumberFormat.Field.INTEGER, 1, 4); in t_format_with_FieldPosition() 149 v.add(new FieldContainer(0, 3, NumberFormat.Field.INTEGER)); in getNumberVectorUS() 158 v.add(new FieldContainer(1, 4, NumberFormat.Field.INTEGER)); in getPositiveCurrencyVectorTR() 168 v.add(new FieldContainer(2, 5, NumberFormat.Field.INTEGER)); in getNegativeCurrencyVectorTR() 177 v.add(new FieldContainer(1, 4, NumberFormat.Field.INTEGER)); in getPositiveCurrencyVectorUS() 187 v.add(new FieldContainer(2, 5, NumberFormat.Field.INTEGER)); in getNegativeCurrencyVectorUS() 195 v.add(new FieldContainer(0, 2, NumberFormat.Field.INTEGER)); in getPercentVectorUS() 196 v.add(new FieldContainer(2, 3, NumberFormat.Field.INTEGER)); in getPercentVectorUS() [all …]
|
D | Support_MessageFormat.java | 110 v.add(new FieldContainer(38, 39, NumberFormat.Field.INTEGER)); in getMessageVector1() 113 v.add(new FieldContainer(61, 62, NumberFormat.Field.INTEGER)); in getMessageVector1()
|
/libcore/ojluni/src/main/java/java/sql/ |
D | Types.java | 62 public final static int INTEGER = 4; field in Types
|
/libcore/luni/src/test/java/libcore/java/text/ |
D | AttributedCharacterIteratorAttributeTest.java | 37 assertSameReserialized(NumberFormat.Field.INTEGER); in testSerialization()
|
/libcore/luni/src/test/java/tests/java/sql/ |
D | DatabaseMetaDataTest.java | 204 assertEquals("Incorrect data type", java.sql.Types.INTEGER, rs.getInt("DATA_TYPE")); in test_getBestRowIdentifierLjava_lang_StringLjava_lang_StringLjava_lang_StringIZ() 1186 Types.DOUBLE, Types.FLOAT, Types.INTEGER, Types.JAVA_OBJECT, in test_getTypeInfo() 2039 Types.SMALLINT, Types.VARCHAR, Types.INTEGER, Types.INTEGER, in checkColumnsShape() 2040 Types.INTEGER, Types.INTEGER, Types.INTEGER, Types.VARCHAR, in checkColumnsShape() 2041 Types.VARCHAR, Types.INTEGER, Types.INTEGER, Types.INTEGER, in checkColumnsShape() 2042 Types.INTEGER, Types.VARCHAR, Types.VARCHAR, Types.VARCHAR, in checkColumnsShape()
|
/libcore/ojluni/annotations/hiddenapi/java/text/ |
D | NumberFormat.java | 310 public static final java.text.NumberFormat.Field INTEGER; field in NumberFormat.Field 313 INTEGER = null;
|
/libcore/ojluni/annotations/sdk/nullability/java/text/ |
D | NumberFormat.annotated.java | 161 @libcore.util.NonNull public static final java.text.NumberFormat.Field INTEGER; field in NumberFormat.Field 162 static { INTEGER = null; }
|
/libcore/ojluni/src/main/java/java/text/ |
D | DecimalFormat.java | 524 if (fieldAttribute == Field.INTEGER) { in getIcuFieldPosition() 525 attribute = android.icu.text.NumberFormat.Field.INTEGER; in getIcuFieldPosition() 564 if (name.equals(Field.INTEGER.getName())) { in toJavaFieldAttribute() 565 return Field.INTEGER; in toJavaFieldAttribute()
|
D | NumberFormat.java | 1151 public static final Field INTEGER = new Field("integer"); field in NumberFormat.Field
|
/libcore/luni/src/test/java/libcore/java/sql/ |
D | OldPreparedStatementTest.java | 1466 ps.setNull(1, Types.INTEGER); in testSetNull_int_int() 1741 ps.setObject(1, Integer.MAX_VALUE, Types.INTEGER); in testSetObject_int_Object_int() 1817 ps.setObject(1, Integer.MAX_VALUE, Types.INTEGER); in testSetObject_int_Object_int() 1834 ps.setObject(1, Integer.MAX_VALUE, Types.INTEGER, in testSetObject_int_Object_int_int()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/ |
D | SerializationStressTest4.java | 1757 NumberFormat.Field.INTEGER, NumberFormat.Field.PERCENT, in test_writeObject_NumberFormat_Field()
|
/libcore/expectations/ |
D | knownfailures.txt | 408 INTEGER should throw Exception",
|