Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dmsgfmt.cpp234 formatAliases(NULL), in MessageFormat()
256 formatAliases(NULL), in MessageFormat()
279 formatAliases(NULL), in MessageFormat()
301 formatAliases(NULL), in MessageFormat()
328 uprv_free(formatAliases); in ~MessageFormat()
812 if (formatAliases == NULL) { in getFormats()
820 t->formatAliases = a; in getFormats()
823 uprv_realloc(formatAliases, sizeof(Format*) * argTypeCount); in getFormats()
828 t->formatAliases = a; in getFormats()
833 t->formatAliases[cnt++] = getCachedFormatter(partIndex); in getFormats()
[all …]
/external/icu/icu4c/source/i18n/unicode/
Dmsgfmt.h864 Format** formatAliases; // see getFormats variable