/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/ |
D | Support_DecimalFormat.java | 48 t_FormatWithField(3, format, number, text, NumberFormat.Field.DECIMAL_SEPARATOR, 11, 12); in t_format_with_FieldPosition() 63 t_FormatWithField(12, format, number, text, NumberFormat.Field.DECIMAL_SEPARATOR, 9, 10); in t_format_with_FieldPosition() 84 t_FormatWithField(22, format, number, text, NumberFormat.Field.DECIMAL_SEPARATOR, 4, 5); in t_format_with_FieldPosition() 150 v.add(new FieldContainer(3, 4, NumberFormat.Field.DECIMAL_SEPARATOR)); in getNumberVectorUS() 159 v.add(new FieldContainer(4, 5, NumberFormat.Field.DECIMAL_SEPARATOR)); in getPositiveCurrencyVectorTR() 169 v.add(new FieldContainer(5, 6, NumberFormat.Field.DECIMAL_SEPARATOR)); in getNegativeCurrencyVectorTR() 178 v.add(new FieldContainer(4, 5, NumberFormat.Field.DECIMAL_SEPARATOR)); in getPositiveCurrencyVectorUS() 188 v.add(new FieldContainer(5, 6, NumberFormat.Field.DECIMAL_SEPARATOR)); in getNegativeCurrencyVectorUS() 213 v.add(new FieldContainer(4, 5, NumberFormat.Field.DECIMAL_SEPARATOR)); in getNegativeExponentVector() 224 v.add(new FieldContainer(2, 3, NumberFormat.Field.DECIMAL_SEPARATOR)); in getPositiveExponentVector()
|
D | Support_MessageFormat.java | 115 v.add(new FieldContainer(62, 63, NumberFormat.Field.DECIMAL_SEPARATOR)); in getMessageVector1()
|
/libcore/support/src/test/java/tests/support/ |
D | Support_DecimalFormat.java | 54 NumberFormat.Field.DECIMAL_SEPARATOR, 11, 12); in t_format_with_FieldPosition() 78 NumberFormat.Field.DECIMAL_SEPARATOR, 9, 10); in t_format_with_FieldPosition() 110 NumberFormat.Field.DECIMAL_SEPARATOR, 8, 9); in t_format_with_FieldPosition() 185 v.add(new FieldContainer(3, 4, NumberFormat.Field.DECIMAL_SEPARATOR)); in getNumberVectorUS() 200 v.add(new FieldContainer(8, 9, NumberFormat.Field.DECIMAL_SEPARATOR)); in getPositiveCurrencyVectorCH() 210 v.add(new FieldContainer(8, 9, NumberFormat.Field.DECIMAL_SEPARATOR)); in getNegativeCurrencyVectorCH() 219 v.add(new FieldContainer(4, 5, NumberFormat.Field.DECIMAL_SEPARATOR)); in getPositiveCurrencyVectorUS() 228 v.add(new FieldContainer(5, 6, NumberFormat.Field.DECIMAL_SEPARATOR)); in getNegativeCurrencyVectorUS() 253 v.add(new FieldContainer(4, 5, NumberFormat.Field.DECIMAL_SEPARATOR)); in getNegativeExponentVector() 264 v.add(new FieldContainer(2, 3, NumberFormat.Field.DECIMAL_SEPARATOR)); in getPositiveExponentVector()
|
D | Support_MessageFormat.java | 112 v.add(new FieldContainer(62, 63, NumberFormat.Field.DECIMAL_SEPARATOR)); in getMessageVector1()
|
/libcore/ojluni/annotations/hiddenapi/java/text/ |
D | NumberFormat.java | 274 public static final java.text.NumberFormat.Field DECIMAL_SEPARATOR; field in NumberFormat.Field 277 DECIMAL_SEPARATOR = null;
|
/libcore/ojluni/annotations/sdk/nullability/java/text/ |
D | NumberFormat.annotated.java | 143 @libcore.util.NonNull public static final java.text.NumberFormat.Field DECIMAL_SEPARATOR; field in NumberFormat.Field 144 static { DECIMAL_SEPARATOR = null; }
|
/libcore/ojluni/src/main/java/java/text/ |
D | DecimalFormat.java | 528 } else if (fieldAttribute == Field.DECIMAL_SEPARATOR) { in getIcuFieldPosition() 529 attribute = android.icu.text.NumberFormat.Field.DECIMAL_SEPARATOR; in getIcuFieldPosition() 570 if (name.equals(Field.DECIMAL_SEPARATOR.getName())) { in toJavaFieldAttribute() 571 return Field.DECIMAL_SEPARATOR; in toJavaFieldAttribute()
|
D | NumberFormat.java | 1166 public static final Field DECIMAL_SEPARATOR = field in NumberFormat.Field
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/ |
D | SerializationStressTest4.java | 1751 NumberFormat.Field.DECIMAL_SEPARATOR, in test_writeObject_NumberFormat_Field()
|