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

  /external/icu4c/i18n/unicode/
tmutfmt.h 49 * TimeUnitFormat* format = new TimeUnitFormat(Locale("en"), status);
66 * @see TimeUnitFormat
69 class U_I18N_API TimeUnitFormat: public MeasureFormat {
86 * Create TimeUnitFormat with default locale, and full name style.
90 TimeUnitFormat(UErrorCode& status);
93 * Create TimeUnitFormat given locale, and full name style.
96 TimeUnitFormat(const Locale& locale, UErrorCode& status);
99 * Create TimeUnitFormat given locale and style.
102 TimeUnitFormat(const Locale& locale, EStyle style, UErrorCode& status)
    [all...]
  /external/icu4c/test/intltest/
tufmtts.cpp 43 TimeUnitFormat** formats = new TimeUnitFormat*[2];
44 formats[TimeUnitFormat::kFull] = new TimeUnitFormat(loc, status);
45 if (!assertSuccess("TimeUnitFormat(full)", status, TRUE)) return;
46 formats[TimeUnitFormat::kAbbreviate] = new TimeUnitFormat(loc, TimeUnitFormat::kAbbreviate, status);
47 if (!assertSuccess("TimeUnitFormat(short)", status)) return;
51 for (int style = TimeUnitFormat::kFull;
    [all...]
  /external/icu4c/i18n/
tmutfmt.cpp 51 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(TimeUnitFormat)
77 TimeUnitFormat::TimeUnitFormat(UErrorCode& status)
84 TimeUnitFormat::TimeUnitFormat(const Locale& locale, UErrorCode& status)
91 TimeUnitFormat::TimeUnitFormat(const Locale& locale, EStyle style, UErrorCode& status)
98 TimeUnitFormat::TimeUnitFormat(const TimeUnitFormat& other
    [all...]
  /external/icu4c/common/unicode/
urename.h     [all...]

Completed in 113 milliseconds