Searched refs:PERMILLE (Results 1 – 7 of 7) sorted by relevance
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/ |
D | Support_DecimalFormat.java | 57 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/ |
D | Support_DecimalFormat.java | 70 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/ |
D | NumberFormat.java | 322 public static final java.text.NumberFormat.Field PERMILLE; field in NumberFormat.Field 325 PERMILLE = null;
|
/libcore/ojluni/annotations/sdk/nullability/java/text/ |
D | NumberFormat.annotated.java | 167 @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/ |
D | DecimalFormat.java | 542 } else if (fieldAttribute == Field.PERMILLE) { in getIcuFieldPosition() 543 attribute = android.icu.text.NumberFormat.Field.PERMILLE; in getIcuFieldPosition() 594 if (name.equals(Field.PERMILLE.getName())) { in toJavaFieldAttribute() 595 return Field.PERMILLE; in toJavaFieldAttribute()
|
D | NumberFormat.java | 1194 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/ |
D | SerializationStressTest4.java | 1758 NumberFormat.Field.PERMILLE, NumberFormat.Field.SIGN }; in test_writeObject_NumberFormat_Field()
|