Home
last modified time | relevance | path

Searched refs:PERMILLE (Results 1 – 6 of 6) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
DSupport_DecimalFormat.java57 t_FormatWithField(10, format, number, text, NumberFormat.Field.PERMILLE, 0, 0); in t_format_with_FieldPosition()
74 t_FormatWithField(21, format, number, text, NumberFormat.Field.PERMILLE, 0, 0); in t_format_with_FieldPosition()
94 t_FormatWithField(32, format, number, text, NumberFormat.Field.PERMILLE, 0, 0); in t_format_with_FieldPosition()
206 v.add(new FieldContainer(6, 7, NumberFormat.Field.PERMILLE)); in getPermilleVector()
/libcore/support/src/test/java/tests/support/
DSupport_DecimalFormat.java70 NumberFormat.Field.PERMILLE, 0, 0); in t_format_with_FieldPosition()
98 NumberFormat.Field.PERMILLE, 0, 0); in t_format_with_FieldPosition()
128 NumberFormat.Field.PERMILLE, 0, 0); in t_format_with_FieldPosition()
246 v.add(new FieldContainer(6, 7, NumberFormat.Field.PERMILLE)); in getPermilleVector()
/libcore/ojluni/annotations/hiddenapi/java/text/
DNumberFormat.java322 public static final java.text.NumberFormat.Field PERMILLE; field in NumberFormat.Field
325 PERMILLE = null;
/libcore/ojluni/annotations/sdk/nullability/java/text/
DNumberFormat.annotated.java167 @libcore.util.NonNull public static final java.text.NumberFormat.Field PERMILLE; field in NumberFormat.Field
168 static { PERMILLE = null; }
/libcore/ojluni/src/main/java/java/text/
DNumberFormat.java1194 public static final Field PERMILLE = new Field("per mille"); field in NumberFormat.Field
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
DSerializationStressTest4.java1758 NumberFormat.Field.PERMILLE, NumberFormat.Field.SIGN }; in test_writeObject_NumberFormat_Field()