Home
last modified time | relevance | path

Searched refs:GROUPING_SEPARATOR (Results 1 – 7 of 7) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
DSupport_DecimalFormat.java47 t_FormatWithField(2, format, number, text, NumberFormat.Field.GROUPING_SEPARATOR, 3, 4); in t_format_with_FieldPosition()
70 t_FormatWithField(17, format, number, text, NumberFormat.Field.GROUPING_SEPARATOR, 0, 0); in t_format_with_FieldPosition()
88 t_FormatWithField(25, format, number, text, NumberFormat.Field.GROUPING_SEPARATOR, 0, 0); in t_format_with_FieldPosition()
197 v.add(new FieldContainer(2, 3, NumberFormat.Field.GROUPING_SEPARATOR)); in getPercentVectorUS()
234 v.add(new FieldContainer(3, 4, NumberFormat.Field.GROUPING_SEPARATOR)); in getNumberVector2US()
237 v.add(new FieldContainer(7, 8, NumberFormat.Field.GROUPING_SEPARATOR)); in getNumberVector2US()
/libcore/support/src/test/java/tests/support/
DSupport_DecimalFormat.java52 NumberFormat.Field.GROUPING_SEPARATOR, 3, 4); in t_format_with_FieldPosition()
90 NumberFormat.Field.GROUPING_SEPARATOR, 0, 0); in t_format_with_FieldPosition()
116 NumberFormat.Field.GROUPING_SEPARATOR, 0, 0); in t_format_with_FieldPosition()
237 v.add(new FieldContainer(2, 3, NumberFormat.Field.GROUPING_SEPARATOR)); in getPercentVectorUS()
274 v.add(new FieldContainer(3, 4, NumberFormat.Field.GROUPING_SEPARATOR)); in getNumberVector2US()
277 v.add(new FieldContainer(7, 8, NumberFormat.Field.GROUPING_SEPARATOR)); in getNumberVector2US()
/libcore/ojluni/annotations/hiddenapi/java/text/
DNumberFormat.java304 public static final java.text.NumberFormat.Field GROUPING_SEPARATOR; field in NumberFormat.Field
307 GROUPING_SEPARATOR = null;
/libcore/ojluni/annotations/sdk/nullability/java/text/
DNumberFormat.annotated.java158 @libcore.util.NonNull public static final java.text.NumberFormat.Field GROUPING_SEPARATOR; field in NumberFormat.Field
159 static { GROUPING_SEPARATOR = null; }
/libcore/ojluni/src/main/java/java/text/
DDecimalFormat.java536 } else if (fieldAttribute == Field.GROUPING_SEPARATOR) { in getIcuFieldPosition()
537 attribute = android.icu.text.NumberFormat.Field.GROUPING_SEPARATOR; in getIcuFieldPosition()
585 if (name.equals(Field.GROUPING_SEPARATOR.getName())) { in toJavaFieldAttribute()
586 return Field.GROUPING_SEPARATOR; in toJavaFieldAttribute()
DNumberFormat.java1177 public static final Field GROUPING_SEPARATOR = field in NumberFormat.Field
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
DSerializationStressTest4.java1756 NumberFormat.Field.GROUPING_SEPARATOR, in test_writeObject_NumberFormat_Field()