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 869 MessageFormat::adoptFormats(Format** newFormats,
871 if (newFormats == NULL || count < 0) {
881 subformats[i].format = newFormats[i];
888 delete newFormats[i];
900 MessageFormat::setFormats(const Format** newFormats,
902 if (newFormats == NULL || count < 0) {
914 subformats[i].format = newFormats[i] ? newFormats[i]->clone() : NULL;
    [all...]
  /external/icu4c/i18n/unicode/
msgfmt.h 88 * {@link #setFormats(const Format** newFormats,int32_t count)},
457 * @param newFormats the new format to be set.
460 virtual void setFormats(const Format** newFormats, int32_t cnt);
    [all...]

Completed in 2072 milliseconds