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

  /external/icu4c/i18n/
msgfmt.cpp 224 argTypeCount(0),
245 argTypeCount(0),
267 argTypeCount(0),
288 argTypeCount(0),
485 argTypeCount = 0;
798 t->formatAliasesCapacity = (argTypeCount<10) ? 10 : argTypeCount;
806 } else if (argTypeCount > formatAliasesCapacity) {
808 uprv_realloc(formatAliases, sizeof(Format*) * argTypeCount);
814 t->formatAliasesCapacity = argTypeCount;
    [all...]
  /external/icu4c/i18n/unicode/
msgfmt.h     [all...]

Completed in 260 milliseconds