Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dmsgfmt.cpp592 Format* MessageFormat::getCachedFormatter(int32_t argumentNumber) const { in getCachedFormatter() function in MessageFormat
768 return getCachedFormatter(partIndex); in getFormat()
835 t->formatAliases[cnt++] = getCachedFormatter(partIndex); in getFormats()
1080 } else if ((formatter = getCachedFormatter(i -2))) { in format()
1423 if(cachedFormatters!=NULL && (formatter = getCachedFormatter(i - 2))!=NULL) { in parse()
/external/icu/icu4c/source/i18n/unicode/
Dmsgfmt.h1027 Format* getCachedFormatter(int32_t argumentNumber) const;