Searched refs:subformats (Results 1 – 1 of 1) sorted by relevance
/libcore/ojluni/src/test/java/text/Format/MessageFormat/ |
D | MessageFormatsByArgumentIndex.java | 42 Format[] subformats; in main() local 46 subformats = format.getFormatsByArgumentIndex(); in main() 47 checkSubformatLength(subformats, 4); in main() 48 checkSubformat(subformats, 0, null); in main() 49 checkSubformat(subformats, 1, null); in main() 50 checkSubformat(subformats, 2, null); in main() 51 checkSubformat(subformats, 3, new ChoiceFormat(choicePattern)); in main() 53 subformats = format.getFormats(); in main() 54 checkSubformatLength(subformats, 3); in main() 55 checkSubformat(subformats, 0, new ChoiceFormat(choicePattern)); in main() [all …]
|