Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Ddatefmt.cpp66 class U_I18N_API DateFmtBestPatternKey : public LocaleCacheKey<DateFmtBestPattern> { class
70 DateFmtBestPatternKey( in DateFmtBestPatternKey() function in DateFmtBestPatternKey
76 DateFmtBestPatternKey(const DateFmtBestPatternKey &other) : in DateFmtBestPatternKey() function in DateFmtBestPatternKey
79 virtual ~DateFmtBestPatternKey();
92 const DateFmtBestPatternKey &realOther = in operator ==()
93 static_cast<const DateFmtBestPatternKey &>(other); in operator ==()
97 return new DateFmtBestPatternKey(*this); in clone()
120 DateFmtBestPatternKey::~DateFmtBestPatternKey() { } in ~DateFmtBestPatternKey()
436 DateFmtBestPatternKey key(locale, skeleton, status); in getBestPattern()