Searched refs:newFormats (Results 1 - 6 of 6) sorted by relevance
/external/chromium/third_party/icu/source/i18n/ |
H A D | choicfmt.cpp | 352 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 D | msgfmt.cpp | 855 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 D | choicfmt.cpp | 352 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 D | msgfmt.cpp | 869 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 D | msgfmt.h | 87 * {@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 D | msgfmt.h | 88 * {@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