Searched refs:formatList (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/util/
H A DLocale.java1716 return formatList(names, listPattern, listCompositionPattern);
1793 return formatList(variantNames, listPattern, listCompositionPattern);
1828 // We could also just call formatList() and have it handle the empty
1832 qualifierNames.length != 0 ? formatList(qualifierNames, listPattern, listCompositionPattern) : null
1954 private static String formatList(String[] stringList, String listPattern, String listCompositionPattern) { method in class:Locale

Completed in 426 milliseconds