Searched refs:GROUPING_SEPARATOR (Results 1 – 7 of 7) sorted by relevance
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/ |
D | Support_DecimalFormat.java | 47 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/ |
D | Support_DecimalFormat.java | 52 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/ |
D | NumberFormat.java | 304 public static final java.text.NumberFormat.Field GROUPING_SEPARATOR; field in NumberFormat.Field 307 GROUPING_SEPARATOR = null;
|
/libcore/ojluni/annotations/sdk/nullability/java/text/ |
D | NumberFormat.annotated.java | 158 @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/ |
D | DecimalFormat.java | 536 } 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()
|
D | NumberFormat.java | 1177 public static final Field GROUPING_SEPARATOR = field in NumberFormat.Field
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/ |
D | SerializationStressTest4.java | 1756 NumberFormat.Field.GROUPING_SEPARATOR, in test_writeObject_NumberFormat_Field()
|