Searched refs:getCachedFormatter (Results 1 – 3 of 3) sorted by relevance
593 Format* MessageFormat::getCachedFormatter(int32_t argumentNumber) const { in getCachedFormatter() function in MessageFormat769 return getCachedFormatter(partIndex); in getFormat()841 t->formatAliases[cnt++] = getCachedFormatter(partIndex); in getFormats()1086 } else if ((formatter = getCachedFormatter(i -2)) != 0) { in format()1429 if(cachedFormatters!=NULL && (formatter = getCachedFormatter(i - 2))!=NULL) { in parse()
1049 Format* getCachedFormatter(int32_t argumentNumber) const;