Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dmsgfmt.cpp240 argTypeCount(0), in MessageFormat()
262 argTypeCount(0), in MessageFormat()
285 argTypeCount(0), in MessageFormat()
307 argTypeCount(0), in MessageFormat()
506 argTypeCount = 0; in resetPattern()
816 t->formatAliasesCapacity = (argTypeCount<10) ? 10 : argTypeCount; in getFormats()
824 } else if (argTypeCount > formatAliasesCapacity) { in getFormats()
826 uprv_realloc(formatAliases, sizeof(Format*) * argTypeCount); in getFormats()
832 t->formatAliasesCapacity = argTypeCount; in getFormats()
1314 argTypeCount = that.argTypeCount; in copyObjects()
[all …]
/external/icu/icu4c/source/i18n/unicode/
Dmsgfmt.h902 int32_t argTypeCount; variable
1057 listCount = argTypeCount; in getArgTypeList()