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

  /external/icu4c/i18n/unicode/
dtitvfmt.h 35 * DateIntervalFormat is a class for formatting and parsing date
47 * DateIntervalFormat formats a DateInterval into
170 * DateIntervalFormat needs the following information for correct
195 * DateIntervalFormat uses the same syntax as that of
202 * // the date interval object which the DateIntervalFormat formats on
206 * DateIntervalFormat* dtIntervalFmt = DateIntervalFormat::createInstance(
218 class U_I18N_API DateIntervalFormat : public Format {
222 * Construct a DateIntervalFormat from skeleton and the default locale.
234 static DateIntervalFormat* U_EXPORT2 createInstance
    [all...]
dtitvinf.h 41 * date time interval patterns. It is used by DateIntervalFormat.
44 * For most users, ordinary use of DateIntervalFormat does not need to create
46 * DateIntervalFormat will take care of it when creating a date interval
130 * The recommended way to create a DateIntervalFormat object is to pass in
132 * By using a Locale parameter, the DateIntervalFormat object is
136 * Users can also create DateIntervalFormat object
339 * DateIntervalFormat will need access to
344 * make DateIntervalFormat a friend of DateIntervalInfo.
346 friend class DateIntervalFormat;
  /external/icu4c/i18n/
dtitvfmt.cpp 64 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(DateIntervalFormat)
68 DateIntervalFormat* U_EXPORT2
69 DateIntervalFormat::createInstance(const UnicodeString& skeleton,
75 DateIntervalFormat* U_EXPORT2
76 DateIntervalFormat::createInstance(const UnicodeString& skeleton,
97 DateIntervalFormat* U_EXPORT2
98 DateIntervalFormat::createInstance(const UnicodeString& skeleton,
105 DateIntervalFormat* U_EXPORT2
106 DateIntervalFormat::createInstance(const UnicodeString& skeleton,
115 DateIntervalFormat::DateIntervalFormat(
    [all...]
  /external/icu4c/test/intltest/
dtifmtts.cpp 42 if (exec) logln("TestSuite DateIntervalFormat");
53 * Test various generic API methods of DateIntervalFormat for API coverage.
60 logln("Testing DateIntervalFormat create instance with default locale and skeleton");
62 DateIntervalFormat* dtitvfmt = DateIntervalFormat::createInstance(UDAT_YEAR_MONTH_DAY, status);
64 dataerrln("ERROR: Could not create DateIntervalFormat (skeleton + default locale) - exitting");
74 logln("Testing DateIntervalFormat create instance with given locale and skeleton");
76 dtitvfmt = DateIntervalFormat::createInstance(UDAT_YEAR_MONTH_DAY, Locale::getJapanese(), status);
78 dataerrln("ERROR: Could not create DateIntervalFormat (skeleton + locale) - exitting");
88 logln("Testing DateIntervalFormat create instance with dateIntervalInfo and skeleton")
    [all...]
  /external/icu4c/common/unicode/
urename.h     [all...]

Completed in 423 milliseconds