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

  /external/icu4c/i18n/unicode/
dtitvfmt.h 34 * 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...]
  /external/icu4c/i18n/
dtitvfmt.cpp 62 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(DateIntervalFormat)
66 DateIntervalFormat* U_EXPORT2
67 DateIntervalFormat::createInstance(const UnicodeString& skeleton,
73 DateIntervalFormat* U_EXPORT2
74 DateIntervalFormat::createInstance(const UnicodeString& skeleton,
95 DateIntervalFormat* U_EXPORT2
96 DateIntervalFormat::createInstance(const UnicodeString& skeleton,
103 DateIntervalFormat* U_EXPORT2
104 DateIntervalFormat::createInstance(const UnicodeString& skeleton,
113 DateIntervalFormat::DateIntervalFormat(
    [all...]
  /external/icu4c/common/unicode/
urename.h     [all...]

Completed in 1197 milliseconds