HomeSort by relevance Sort by last modified time
    Searched refs:MeasureFormatCacheData (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/i18n/
measfmt.cpp 50 static constexpr int32_t MEAS_UNIT_COUNT = 138; // see assertion in MeasureFormatCacheData constructor
104 class MeasureFormatCacheData : public SharedObject {
118 MeasureFormatCacheData();
119 virtual ~MeasureFormatCacheData();
154 MeasureFormatCacheData(const MeasureFormatCacheData &other);
155 MeasureFormatCacheData &operator=(const MeasureFormatCacheData &other);
158 MeasureFormatCacheData::MeasureFormatCacheData()
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
measfmt.h 81 class MeasureFormatCacheData;
335 const MeasureFormatCacheData *cache;

Completed in 86 milliseconds