Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Ddatefmt.cpp68 class U_I18N_API DateFmtBestPatternKey : public LocaleCacheKey<DateFmtBestPattern> { class
72 DateFmtBestPatternKey( in DateFmtBestPatternKey() function in DateFmtBestPatternKey
78 DateFmtBestPatternKey(const DateFmtBestPatternKey &other) : in DateFmtBestPatternKey() function in DateFmtBestPatternKey
81 virtual ~DateFmtBestPatternKey();
94 const DateFmtBestPatternKey &realOther = in operator ==()
95 static_cast<const DateFmtBestPatternKey &>(other); in operator ==()
99 return new DateFmtBestPatternKey(*this); in clone()
122 DateFmtBestPatternKey::~DateFmtBestPatternKey() { } in ~DateFmtBestPatternKey()
438 DateFmtBestPatternKey key(locale, skeleton, status); in getBestPattern()