Home
last modified time | relevance | path

Searched defs:formats (Results 1 – 7 of 7) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
DMessageFormatTest.java123 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
DChoiceFormatTest.java34 String[] formats = new String[] { "Less than one", "one", field in ChoiceFormatTest
/libcore/luni/src/test/java/libcore/java/text/
DChoiceFormatTest.java20 private final String[] formats = new String[] { "zero", "one", "a couple", "a few", "some" }; field in ChoiceFormatTest
/libcore/ojluni/src/main/java/java/util/
DResourceBundle.java1344 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/
DX500PrincipalTest.java95 String[] formats = { in testGetName() local
/libcore/ojluni/src/main/java/java/text/
DChoiceFormat.java326 public ChoiceFormat(double[] limits, String[] formats) { in ChoiceFormat()
344 public void setChoices(double[] limits, String formats[]) { in setChoices()
DMessageFormat.java1204 private Format[] formats = new Format[INITIAL_FORMATS]; field in MessageFormat