Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dmsgfmt.cpp593 Format* MessageFormat::getCachedFormatter(int32_t argumentNumber) const { in getCachedFormatter() function in MessageFormat
769 return getCachedFormatter(partIndex); in getFormat()
836 t->formatAliases[cnt++] = getCachedFormatter(partIndex); in getFormats()
1081 } else if ((formatter = getCachedFormatter(i -2)) != 0) { in format()
1424 if(cachedFormatters!=NULL && (formatter = getCachedFormatter(i - 2))!=NULL) { in parse()
/external/icu/icu4c/source/i18n/unicode/
Dmsgfmt.h1030 Format* getCachedFormatter(int32_t argumentNumber) const;