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

/external/chromium/third_party/icu/source/i18n/
H A Dchoicfmt.cpp352 UnicodeString *newFormats = new UnicodeString[count]; local
354 if (newFormats == 0) {
426 newFormats[k] = buf;
437 newFormats[k] = buf;
446 fChoiceFormats = newFormats;
454 delete[] newFormats;
H A Dmsgfmt.cpp855 MessageFormat::adoptFormats(Format** newFormats, argument
857 if (newFormats == NULL || count < 0) {
867 subformats[i].format = newFormats[i];
874 delete newFormats[i];
886 MessageFormat::setFormats(const Format** newFormats, argument
888 if (newFormats == NULL || count < 0) {
900 subformats[i].format = newFormats[i] ? newFormats[i]->clone() : NULL;
/external/icu4c/i18n/
H A Dchoicfmt.cpp352 UnicodeString *newFormats = new UnicodeString[count]; local
354 if (newFormats == 0) {
426 newFormats[k] = buf;
437 newFormats[k] = buf;
446 fChoiceFormats = newFormats;
454 delete[] newFormats;
H A Dmsgfmt.cpp869 MessageFormat::adoptFormats(Format** newFormats, argument
871 if (newFormats == NULL || count < 0) {
881 subformats[i].format = newFormats[i];
888 delete newFormats[i];
900 MessageFormat::setFormats(const Format** newFormats, argument
902 if (newFormats == NULL || count < 0) {
914 subformats[i].format = newFormats[i] ? newFormats[i]->clone() : NULL;
/external/chromium/third_party/icu/public/i18n/unicode/
H A Dmsgfmt.h87 * {@link #setFormats(const Format** newFormats,int32_t count)},
466 * @param newFormats the new format to be set.
469 virtual void setFormats(const Format** newFormats, int32_t cnt);
/external/icu4c/i18n/unicode/
H A Dmsgfmt.h88 * {@link #setFormats(const Format** newFormats,int32_t count)},
483 * @param newFormats the new format to be set.
486 virtual void setFormats(const Format** newFormats, int32_t cnt);

Completed in 71 milliseconds