Home
last modified time | relevance | path

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

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