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

/external/icu4c/i18n/unicode/
H A Dmsgfmt.h1030 Format* getCachedFormatter(int32_t argumentNumber) const;
/external/icu4c/i18n/
H A Dmsgfmt.cpp577 Format* MessageFormat::getCachedFormatter(int32_t argumentNumber) const { function in class:MessageFormat
753 return getCachedFormatter(partIndex);
824 t->formatAliases[cnt++] = getCachedFormatter(partIndex);
1019 } else if ((formatter = getCachedFormatter(i -2))) {
1041 // We arrive here if getCachedFormatter returned NULL, but there was actually an element in the hash table.
1302 if(cachedFormatters!=NULL && (formatter = getCachedFormatter(i - 2))!=NULL) {
1314 // We arrive here if getCachedFormatter returned NULL, but there was actually an element in the hash table.

Completed in 329 milliseconds