Searched refs:argTypeCount (Results 1 – 2 of 2) sorted by relevance
239 argTypeCount(0), in MessageFormat()261 argTypeCount(0), in MessageFormat()284 argTypeCount(0), in MessageFormat()306 argTypeCount(0), in MessageFormat()505 argTypeCount = 0; in resetPattern()815 t->formatAliasesCapacity = (argTypeCount<10) ? 10 : argTypeCount; in getFormats()823 } else if (argTypeCount > formatAliasesCapacity) { in getFormats()825 uprv_realloc(formatAliases, sizeof(Format*) * argTypeCount); in getFormats()831 t->formatAliasesCapacity = argTypeCount; in getFormats()1313 argTypeCount = that.argTypeCount; in copyObjects()[all …]
899 int32_t argTypeCount; variable1054 listCount = argTypeCount; in getArgTypeList()