Searched defs:formats (Results 1 – 7 of 7) sorted by relevance
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/ |
D | MessageFormatTest.java | 123 Format[] formats = f1.getFormats(); in test_setFormatILjava_text_Format() local 239 Format[] formats = f1.getFormats(); in test_setFormats$Ljava_text_Format() local 322 Format[] formats = format.getFormats(); in test_ConstructorLjava_lang_String() local 536 Format[] formats = clone.getFormats(); in test_clone() local 612 Format[] formats = format1.getFormats(); in test_getFormats() local 648 Format[] formats = format1.getFormatsByArgumentIndex(); in test_getFormatsByArgumentIndex() local 689 Format[] formats = f1.getFormatsByArgumentIndex(); in test_setFormatByArgumentIndexILjava_text_Format() local 769 Format[] formats = f1.getFormatsByArgumentIndex(); in test_setFormatsByArgumentIndex$Ljava_text_Format() local
|
D | ChoiceFormatTest.java | 34 String[] formats = new String[] { "Less than one", "one", field in ChoiceFormatTest
|
/libcore/luni/src/test/java/libcore/java/text/ |
D | ChoiceFormatTest.java | 20 private final String[] formats = new String[] { "zero", "one", "a couple", "a few", "some" }; field in ChoiceFormatTest
|
/libcore/ojluni/src/main/java/java/util/ |
D | ResourceBundle.java | 1344 List<String> formats = control.getFormats(baseName); in getBundleImpl() local 1409 List<String> formats, in findBundle() 1485 List<String> formats, in loadBundle() 2093 public static final Control getControl(List<String> formats) { in getControl() 2128 public static final Control getNoFallbackControl(List<String> formats) { in getNoFallbackControl() 2965 private final List<String> formats; field in ResourceBundle.SingleFormatControl 2967 protected SingleFormatControl(List<String> formats) { in SingleFormatControl() 2989 protected NoFallbackControl(List<String> formats) { in NoFallbackControl()
|
/libcore/luni/src/test/java/libcore/javax/security/auth/x500/ |
D | X500PrincipalTest.java | 95 String[] formats = { in testGetName() local
|
/libcore/ojluni/src/main/java/java/text/ |
D | ChoiceFormat.java | 326 public ChoiceFormat(double[] limits, String[] formats) { in ChoiceFormat() 344 public void setChoices(double[] limits, String formats[]) { in setChoices()
|
D | MessageFormat.java | 1204 private Format[] formats = new Format[INITIAL_FORMATS]; field in MessageFormat
|