Searched refs:dtitvinf (Results 1 - 5 of 5) sorted by relevance

/external/icu4c/test/intltest/
H A Ddtifmtts.cpp26 #include "unicode/dtitvinf.h"
90 DateIntervalInfo* dtitvinf = new DateIntervalInfo(Locale::getSimplifiedChinese(), status); local
92 dtitvfmt = DateIntervalFormat::createInstance("EEEdMMMyhms", *dtitvinf, status);
93 delete dtitvinf;
108 dtitvinf = new DateIntervalInfo(Locale::getSimplifiedChinese(), status);
110 dtitvfmt = DateIntervalFormat::createInstance("EEEdMMMyhms", Locale::getSimplifiedChinese(), *dtitvinf, status);
111 delete dtitvinf;
1080 DateIntervalInfo* dtitvinf = new DateIntervalInfo(ec); local
1081 dtitvinf->setFallbackIntervalPattern("{0} --- {1}", ec);
1082 dtitvinf
1276 DateIntervalInfo* dtitvinf = new DateIntervalInfo(ec); local
[all...]
/external/icu4c/i18n/unicode/
H A Ddtitvfmt.h27 #include "unicode/dtitvinf.h"
278 * const DateIntervalInfo& dtitvinf, UErrorCode&)
282 * @param dtitvinf the DateIntervalInfo object.
289 const DateIntervalInfo& dtitvinf,
322 * @param dtitvinf the DateIntervalInfo object.
330 const DateIntervalInfo& dtitvinf,
588 * @param dtitvinf the DateIntervalInfo object to be adopted.
604 * @param dtitvinf the DateIntervalInfo object to be adopted.
611 DateIntervalInfo* dtitvinf,
/external/icu4c/i18n/
H A Ddtitvinf.cpp11 #include "unicode/dtitvinf.h"
122 DateIntervalInfo::DateIntervalInfo(const DateIntervalInfo& dtitvinf) argument
123 : UObject(dtitvinf),
126 *this = dtitvinf;
132 DateIntervalInfo::operator=(const DateIntervalInfo& dtitvinf) { argument
133 if ( this == &dtitvinf ) {
140 copyHash(dtitvinf.fIntervalPatterns, fIntervalPatterns, status);
145 fFallbackIntervalPattern = dtitvinf.fFallbackIntervalPattern;
146 fFirstDateInPtnIsLaterDate = dtitvinf.fFirstDateInPtnIsLaterDate;
H A Ddtitvfmt.cpp23 #include "unicode/dtitvinf.h"
91 DateIntervalInfo* dtitvinf = new DateIntervalInfo(locale, status); local
92 return create(locale, dtitvinf, &skeleton, status);
99 const DateIntervalInfo& dtitvinf,
101 return createInstance(skeleton, Locale::getDefault(), dtitvinf, status);
108 const DateIntervalInfo& dtitvinf,
110 DateIntervalInfo* ptn = dtitvinf.clone();
491 DateIntervalInfo* dtitvinf,
494 DateIntervalFormat* f = new DateIntervalFormat(locale, dtitvinf,
498 delete dtitvinf;
98 createInstance(const UnicodeString& skeleton, const DateIntervalInfo& dtitvinf, UErrorCode& status) argument
106 createInstance(const UnicodeString& skeleton, const Locale& locale, const DateIntervalInfo& dtitvinf, UErrorCode& status) argument
490 create(const Locale& locale, DateIntervalInfo* dtitvinf, const UnicodeString* skeleton, UErrorCode& status) argument
[all...]
H A DAndroid.mk69 plurfmt.cpp dtitvfmt.cpp dtitvinf.cpp \

Completed in 72 milliseconds