HomeSort by relevance Sort by last modified time
    Searched refs:newFormats (Results 1 - 3 of 3) sorted by null

  /external/icu4c/i18n/
choicfmt.cpp 352 UnicodeString *newFormats = new UnicodeString[count];
354 if (newFormats == 0) {
426 newFormats[k] = buf;
437 newFormats[k] = buf;
446 fChoiceFormats = newFormats;
454 delete[] newFormats;
msgfmt.cpp 855 MessageFormat::adoptFormats(Format** newFormats,
857 if (newFormats == NULL || count < 0) {
867 subformats[i].format = newFormats[i];
874 delete newFormats[i];
886 MessageFormat::setFormats(const Format** newFormats,
888 if (newFormats == NULL || count < 0) {
900 subformats[i].format = newFormats[i] ? newFormats[i]->clone() : NULL;
    [all...]
  /external/icu4c/i18n/unicode/
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);
    [all...]

Completed in 2541 milliseconds