Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/text/Format/MessageFormat/
DMessageFormatsByArgumentIndex.java39 …private static String choicePattern = "0.0#are no files|1.0#is one file|1.0<are {0,number,integer}… field in MessageFormatsByArgumentIndex
61 checkPattern(format.toPattern(), "{3,choice," + choicePattern + "}, {2}, {0,number}"); in main() local
78 …checkPattern(format.toPattern(), "{3,choice," + choicePattern + "}, {2,number}, {0,choice," + choi… in main() local