Home
last modified time | relevance | path

Searched refs:setCustomArgStartFormat (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DMessageFormat.java628 setCustomArgStartFormat(partIndex, newFormats[argNumber]); in setFormatsByArgumentIndex()
658 setCustomArgStartFormat(partIndex, newFormats.get(key)); in setFormatsByArgumentName()
691 setCustomArgStartFormat(partIndex, newFormats[formatNumber]); in setFormats()
726 setCustomArgStartFormat(partIndex, newFormat); in setFormatByArgumentIndex()
757 setCustomArgStartFormat(partIndex, newFormat); in setFormatByArgumentName()
784 setCustomArgStartFormat(partIndex, newFormat); in setFormat()
2488 private void setCustomArgStartFormat(int argStart, Format formatter) { in setCustomArgStartFormat() method in MessageFormat
/external/icu/android_icu4j/src/main/java/android/icu/text/
DMessageFormat.java588 setCustomArgStartFormat(partIndex, newFormats[argNumber]); in setFormatsByArgumentIndex()
617 setCustomArgStartFormat(partIndex, newFormats.get(key)); in setFormatsByArgumentName()
649 setCustomArgStartFormat(partIndex, newFormats[formatNumber]); in setFormats()
683 setCustomArgStartFormat(partIndex, newFormat); in setFormatByArgumentIndex()
713 setCustomArgStartFormat(partIndex, newFormat); in setFormatByArgumentName()
739 setCustomArgStartFormat(partIndex, newFormat); in setFormat()
2416 private void setCustomArgStartFormat(int argStart, Format formatter) { in setCustomArgStartFormat() method in MessageFormat
/external/icu/icu4c/source/i18n/
Dmsgfmt.cpp582 void MessageFormat::setCustomArgStartFormat(int32_t argStart, in setCustomArgStartFormat() function in MessageFormat
628 setCustomArgStartFormat(partIndex, newFormats[formatNumber], status); in adoptFormats()
667 setCustomArgStartFormat(partIndex, newFormat, status); in setFormats()
687 setCustomArgStartFormat(partIndex, p.orphan(), status); in adoptFormat()
727 setCustomArgStartFormat(partIndex, f, status); in adoptFormat()
746 setCustomArgStartFormat(partIndex, new_format, status); in setFormat()
798 setCustomArgStartFormat(partIndex, new_format, status); in setFormat()
/external/icu/icu4c/source/i18n/unicode/
Dmsgfmt.h1006 void setCustomArgStartFormat(int32_t argStart, Format* formatter, UErrorCode& status);
/external/icu/libicu/cts_headers/unicode/
Dmsgfmt.h1006 void setCustomArgStartFormat(int32_t argStart, Format* formatter, UErrorCode& status);