Home
last modified time | relevance | path

Searched refs:DECIMAL_SEPARATOR (Results 1 – 9 of 9) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
DSupport_DecimalFormat.java48 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()
DSupport_MessageFormat.java115 v.add(new FieldContainer(62, 63, NumberFormat.Field.DECIMAL_SEPARATOR)); in getMessageVector1()
/libcore/support/src/test/java/tests/support/
DSupport_DecimalFormat.java54 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()
DSupport_MessageFormat.java112 v.add(new FieldContainer(62, 63, NumberFormat.Field.DECIMAL_SEPARATOR)); in getMessageVector1()
/libcore/ojluni/annotations/hiddenapi/java/text/
DNumberFormat.java274 public static final java.text.NumberFormat.Field DECIMAL_SEPARATOR; field in NumberFormat.Field
277 DECIMAL_SEPARATOR = null;
/libcore/ojluni/annotations/sdk/nullability/java/text/
DNumberFormat.annotated.java143 @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/
DDecimalFormat.java528 } 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()
DNumberFormat.java1166 public static final Field DECIMAL_SEPARATOR = field in NumberFormat.Field
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
DSerializationStressTest4.java1751 NumberFormat.Field.DECIMAL_SEPARATOR, in test_writeObject_NumberFormat_Field()