Lines Matching refs:formatAliases
237 formatAliases(NULL),
259 formatAliases(NULL),
282 formatAliases(NULL),
304 formatAliases(NULL),
331 uprv_free(formatAliases);
815 if (formatAliases == NULL) {
823 t->formatAliases = a;
826 uprv_realloc(formatAliases, sizeof(Format*) * argTypeCount);
831 t->formatAliases = a;
836 t->formatAliases[cnt++] = getCachedFormatter(partIndex);
839 return (const Format**)formatAliases;
1310 // We need not copy the formatAliases because they are re-filled