Searched refs:argTypes (Results 1 – 3 of 3) sorted by relevance
196 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 …]
405 const Formattable::Type* argTypes = in umsg_vformat() local419 switch(argTypes[i]) { in umsg_vformat()
723 Formattable::Type* argTypes; variable811 return argTypes; in getArgTypeList()