Home
last modified time | relevance | path

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

/core/core-i18n/src/main/java/androidx/core/i18n/messageformat_icu/simple/
DMessageFormat.java663 public void setFormatByArgumentIndex(int argumentIndex, Format newFormat) { in setFormatByArgumentIndex()
695 public void setFormatByArgumentName(String argumentName, Format newFormat) { in setFormatByArgumentName()
725 public void setFormat(int formatElementIndex, Format newFormat) { in setFormat()
2142 Format newFormat = null; in createAppropriateFormat() local