Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/i18n/
H A Dmsgfmt.cpp593 Format* MessageFormat::getCachedFormatter(int32_t argumentNumber) const { in getCachedFormatter() function in MessageFormat
769 return getCachedFormatter(partIndex); in getFormat()
841 t->formatAliases[cnt++] = getCachedFormatter(partIndex); in getFormats()
1088 } else if ((formatter = getCachedFormatter(i -2)) != 0) { in format()
1110 // We arrive here if getCachedFormatter returned NULL, but there was actually an element in the hash table. in format()
1431 if(cachedFormatters!=NULL && (formatter = getCachedFormatter(i - 2))!=NULL) { in parse()
1443 // We arrive here if getCachedFormatter returned NULL, but there was actually an element in the hash table. in parse()
/third_party/node/deps/icu-small/source/i18n/
H A Dmsgfmt.cpp594 Format* MessageFormat::getCachedFormatter(int32_t argumentNumber) const { in getCachedFormatter() function in MessageFormat
770 return getCachedFormatter(partIndex); in getFormat()
842 t->formatAliases[cnt++] = getCachedFormatter(partIndex); in getFormats()
1089 } else if ((formatter = getCachedFormatter(i -2)) != 0) { in format()
1111 // We arrive here if getCachedFormatter returned nullptr, but there was actually an element in the hash table. in format()
1432 if(cachedFormatters!=nullptr && (formatter = getCachedFormatter(i - 2))!=nullptr) { in parse()
1444 // We arrive here if getCachedFormatter returned nullptr, but there was actually an element in the hash table. in parse()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dmsgfmt.cpp593 Format* MessageFormat::getCachedFormatter(int32_t argumentNumber) const { in getCachedFormatter() function in MessageFormat
769 return getCachedFormatter(partIndex); in getFormat()
841 t->formatAliases[cnt++] = getCachedFormatter(partIndex); in getFormats()
1086 } else if ((formatter = getCachedFormatter(i -2)) != 0) { in format()
1108 // We arrive here if getCachedFormatter returned NULL, but there was actually an element in the hash table. in format()
1429 if(cachedFormatters!=NULL && (formatter = getCachedFormatter(i - 2))!=NULL) { in parse()
1441 // We arrive here if getCachedFormatter returned NULL, but there was actually an element in the hash table. in parse()
/third_party/icu/icu4c/source/i18n/unicode/
H A Dmsgfmt.h1047 Format* getCachedFormatter(int32_t argumentNumber) const;
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dmsgfmt.h1047 Format* getCachedFormatter(int32_t argumentNumber) const;
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dmsgfmt.h1049 Format* getCachedFormatter(int32_t argumentNumber) const;

Completed in 14 milliseconds