Home
last modified time | relevance | path

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

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