Searched defs:composeList (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/util/
H A DLocale.java2222 * and is used by composeList.
2242 stringList = composeList(format, stringList);
2264 private static String[] composeList(MessageFormat format, String[] list) { method in class:Locale
2277 return composeList(format, newList);

Completed in 222 milliseconds