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 240 argTypeCount(0),
262 argTypeCount(0),
285 argTypeCount(0),
307 argTypeCount(0),
506 argTypeCount = 0;
816 t->formatAliasesCapacity = (argTypeCount<10) ? 10 : argTypeCount;
824 } else if (argTypeCount > formatAliasesCapacity) {
826 uprv_realloc(formatAliases, sizeof(Format*) * argTypeCount);
832 t->formatAliasesCapacity = argTypeCount;
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
msgfmt.h     [all...]

Completed in 116 milliseconds