Searched refs:argTypeCount (Results 1 – 2 of 2) sorted by relevance
236 argTypeCount(0), in MessageFormat()258 argTypeCount(0), in MessageFormat()281 argTypeCount(0), in MessageFormat()303 argTypeCount(0), in MessageFormat()502 argTypeCount = 0; in resetPattern()812 t->formatAliasesCapacity = (argTypeCount<10) ? 10 : argTypeCount; in getFormats()820 } else if (argTypeCount > formatAliasesCapacity) { in getFormats()822 uprv_realloc(formatAliases, sizeof(Format*) * argTypeCount); in getFormats()828 t->formatAliasesCapacity = argTypeCount; in getFormats()1310 argTypeCount = that.argTypeCount; in copyObjects()[all …]
897 int32_t argTypeCount; variable1052 listCount = argTypeCount; in getArgTypeList()