Home
last modified time | relevance | path

Searched refs:argTypeCount (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/
Dmsgfmt.cpp239 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 …]
/external/icu/icu4c/source/i18n/unicode/
Dmsgfmt.h899 int32_t argTypeCount; variable
1054 listCount = argTypeCount; in getArgTypeList()