Searched defs:newFormat (Results 1 – 7 of 7) sorted by relevance
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/ |
D | MessageFormat.java | 694 public void setFormatByArgumentIndex(int argumentIndex, Format newFormat) { in setFormatByArgumentIndex() 740 public void setFormat(int formatElementIndex, Format newFormat) { in setFormat()
|
/external/icu/icu4c/source/i18n/ |
D | msgfmt.cpp | 660 Format* newFormat = NULL; in setFormats() local 680 MessageFormat::adoptFormat(int32_t n, Format *newFormat) { in adoptFormat() 736 MessageFormat::setFormat(int32_t n, const Format& newFormat) { in setFormat() 780 const Format& newFormat, in setFormat() 1341 Format* newFormat = ((Format*)(cur->value.pointer))->clone(); in copyObjects() local
|
D | smpdtfmt.cpp | 2015 const SharedNumberFormat *newFormat = createSharedNumberFormat(fmt.orphan()); in adoptNumberFormat() local
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | MessageFormat.java | 675 public void setFormatByArgumentIndex(int argumentIndex, Format newFormat) { in setFormatByArgumentIndex() 706 public void setFormatByArgumentName(String argumentName, Format newFormat) { in setFormatByArgumentName() 735 public void setFormat(int formatElementIndex, Format newFormat) { in setFormat() 2147 Format newFormat = null; in createAppropriateFormat() local
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | MessageFormat.java | 693 public void setFormatByArgumentIndex(int argumentIndex, Format newFormat) { in setFormatByArgumentIndex() 725 public void setFormatByArgumentName(String argumentName, Format newFormat) { in setFormatByArgumentName() 755 public void setFormat(int formatElementIndex, Format newFormat) { in setFormat() 2194 Format newFormat = null; in createAppropriateFormat() local
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | DateTimeGeneratorTest.java | 649 SimpleDateFormat newFormat = new SimpleDateFormat(newPattern, locales[i]); in TestReplacingZoneString() local
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | DateTimeGeneratorTest.java | 646 SimpleDateFormat newFormat = new SimpleDateFormat(newPattern, locales[i]); in TestReplacingZoneString() local
|