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 59 * TimeUnitFormat* format = new TimeUnitFormat(Locale("en"), status);
76 * @see TimeUnitFormat
79 class U_I18N_API TimeUnitFormat: public MeasureFormat {
96 * Create TimeUnitFormat with default locale, and full name style.
100 TimeUnitFormat(UErrorCode& status);
103 * Create TimeUnitFormat given locale, and full name style.
106 TimeUnitFormat(const Locale& locale, UErrorCode& status);
109 * Create TimeUnitFormat given locale and style.
112 TimeUnitFormat(const Locale& locale, EStyle style, UErrorCode& status)
    [all...]
  /external/icu4c/test/intltest/
tufmtts.cpp 42 TimeUnitFormat** formats = new TimeUnitFormat*[2];
43 formats[TimeUnitFormat::kFull] = new TimeUnitFormat(loc, status);
44 if (!assertSuccess("TimeUnitFormat(full)", status, TRUE)) return;
45 formats[TimeUnitFormat::kAbbreviate] = new TimeUnitFormat(loc, TimeUnitFormat::kAbbreviate, status);
46 if (!assertSuccess("TimeUnitFormat(short)", status)) return;
50 for (int style = TimeUnitFormat::kFull;
    [all...]
  /external/icu4c/i18n/
tmutfmt.cpp 50 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(TimeUnitFormat)
76 TimeUnitFormat::TimeUnitFormat(UErrorCode& status)
83 TimeUnitFormat::TimeUnitFormat(const Locale& locale, UErrorCode& status)
90 TimeUnitFormat::TimeUnitFormat(const Locale& locale, EStyle style, UErrorCode& status)
97 TimeUnitFormat::TimeUnitFormat(const TimeUnitFormat& other
    [all...]
  /external/icu4c/common/unicode/
urename.h     [all...]

Completed in 389 milliseconds