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

/libcore/ojluni/src/main/java/java/text/
H A DMessageFormat.java663 * @param argumentIndex the argument index for which to use the new format
667 public void setFormatByArgumentIndex(int argumentIndex, Format newFormat) { argument
669 if (argumentNumbers[j] == argumentIndex) {
765 * <code>null</code> or has fewer than argumentIndex+1 elements.
775 * <td><code>"{" + argumentIndex + "}"</code>

Completed in 92 milliseconds