Home
last modified time | relevance | path

Searched refs:argTypes (Results 1 – 3 of 3) sorted by relevance

/external/icu4c/i18n/
Dmsgfmt.cpp196 argTypes(NULL), in MessageFormat()
220 argTypes(NULL), in MessageFormat()
245 argTypes(NULL), in MessageFormat()
267 argTypes(NULL), in MessageFormat()
286 uprv_free(argTypes); in ~MessageFormat()
287 argTypes = NULL; in ~MessageFormat()
338 if (argTypes == NULL) { in allocateArgTypes()
339 argTypes = (Formattable::Type*) uprv_malloc(sizeof(*argTypes) * capacity); in allocateArgTypes()
342 if (argTypes == NULL) { in allocateArgTypes()
347 argTypes[i] = Formattable::kString; in allocateArgTypes()
[all …]
Dumsg.cpp405 const Formattable::Type* argTypes = in umsg_vformat() local
419 switch(argTypes[i]) { in umsg_vformat()
/external/icu4c/i18n/unicode/
Dmsgfmt.h723 Formattable::Type* argTypes; variable
811 return argTypes; in getArgTypeList()