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

  /external/icu/icu4c/source/i18n/
msgfmt.cpp 239 argTypeCount(0),
261 argTypeCount(0),
284 argTypeCount(0),
306 argTypeCount(0),
505 argTypeCount = 0;
815 t->formatAliasesCapacity = (argTypeCount<10) ? 10 : argTypeCount;
823 } else if (argTypeCount > formatAliasesCapacity) {
825 uprv_realloc(formatAliases, sizeof(Format*) * argTypeCount);
831 t->formatAliasesCapacity = argTypeCount;
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
msgfmt.h     [all...]

Completed in 159 milliseconds