Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dmeasfmt.cpp98 class MeasureFormatCacheData : public SharedObject { class
113 MeasureFormatCacheData();
114 virtual ~MeasureFormatCacheData();
148 MeasureFormatCacheData(const MeasureFormatCacheData &other);
149 MeasureFormatCacheData &operator=(const MeasureFormatCacheData &other);
152 MeasureFormatCacheData::MeasureFormatCacheData() { in MeasureFormatCacheData() function in MeasureFormatCacheData
164 MeasureFormatCacheData::~MeasureFormatCacheData() { in ~MeasureFormatCacheData()
246 setFormatterIfAbsent(MeasureFormatCacheData::PER_UNIT_INDEX, value, 0, errorCode); in put()
319 UnitDataSink(MeasureFormatCacheData &outputData) in UnitDataSink()
388 MeasureFormatCacheData &cacheData;
[all …]
/external/icu/icu4c/source/i18n/unicode/
Dmeasfmt.h77 class MeasureFormatCacheData; variable
320 const MeasureFormatCacheData *cache;