Searched refs:argTypeCount (Results 1 – 2 of 2) sorted by relevance
237 argTypeCount(0), in MessageFormat()259 argTypeCount(0), in MessageFormat()282 argTypeCount(0), in MessageFormat()304 argTypeCount(0), in MessageFormat()503 argTypeCount = 0; in resetPattern()813 t->formatAliasesCapacity = (argTypeCount<10) ? 10 : argTypeCount; in getFormats()821 } else if (argTypeCount > formatAliasesCapacity) { in getFormats()823 uprv_realloc(formatAliases, sizeof(Format*) * argTypeCount); in getFormats()829 t->formatAliasesCapacity = argTypeCount; in getFormats()1311 argTypeCount = that.argTypeCount; in copyObjects()[all …]
897 int32_t argTypeCount; variable1052 listCount = argTypeCount; in getArgTypeList()