Home | History | Annotate | Download | only in i18n

Lines Matching refs:MeasureFormatCacheData

98 class MeasureFormatCacheData : public SharedObject {
113 MeasureFormatCacheData();
114 virtual ~MeasureFormatCacheData();
148 MeasureFormatCacheData(const MeasureFormatCacheData &other);
149 MeasureFormatCacheData &operator=(const MeasureFormatCacheData &other);
152 MeasureFormatCacheData::MeasureFormatCacheData() {
164 MeasureFormatCacheData::~MeasureFormatCacheData() {
246 setFormatterIfAbsent(MeasureFormatCacheData::PER_UNIT_INDEX, value, 0, errorCode);
319 UnitDataSink(MeasureFormatCacheData &outputData)
388 MeasureFormatCacheData &cacheData;
407 MeasureFormatCacheData &cacheData,
466 const MeasureFormatCacheData *LocaleCacheKey<MeasureFormatCacheData>::createObject(
472 LocalPointer<MeasureFormatCacheData> result(new MeasureFormatCacheData(), status);
1039 SimplePatternFormatter *const (*unitPatterns)[MeasureFormatCacheData::PATTERN_COUNT] =
1109 getFormatterOrNull(perUnit, width, MeasureFormatCacheData::PER_UNIT_INDEX);