Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dmsgfmt.cpp237 formatAliases(NULL), in MessageFormat()
259 formatAliases(NULL), in MessageFormat()
282 formatAliases(NULL), in MessageFormat()
304 formatAliases(NULL), in MessageFormat()
331 uprv_free(formatAliases); in ~MessageFormat()
815 if (formatAliases == NULL) { in getFormats()
823 t->formatAliases = a; in getFormats()
826 uprv_realloc(formatAliases, sizeof(Format*) * argTypeCount); in getFormats()
831 t->formatAliases = a; in getFormats()
836 t->formatAliases[cnt++] = getCachedFormatter(partIndex); in getFormats()
[all …]
/external/icu/icu4c/source/i18n/unicode/
Dmsgfmt.h869 Format** formatAliases; // see getFormats variable