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

  /external/icu4c/i18n/unicode/
tmutfmt.h 60 * TimeUnitFormat* format = new TimeUnitFormat(Locale("en"), status);
77 * @see TimeUnitFormat
80 class U_I18N_API TimeUnitFormat: public MeasureFormat {
84 * Create TimeUnitFormat with default locale, and full name style.
88 TimeUnitFormat(UErrorCode& status);
91 * Create TimeUnitFormat given locale, and full name style.
94 TimeUnitFormat(const Locale& locale, UErrorCode& status);
97 * Create TimeUnitFormat given locale and style.
100 TimeUnitFormat(const Locale& locale, UTimeUnitFormatStyle style, UErrorCode& status)
    [all...]
  /external/icu4c/test/intltest/
tufmtts.cpp 43 TimeUnitFormat** formats = new TimeUnitFormat*[2];
44 formats[UTMUTFMT_FULL_STYLE] = new TimeUnitFormat(loc, status);
45 if (!assertSuccess("TimeUnitFormat(full)", status, TRUE)) return;
46 formats[UTMUTFMT_ABBREVIATED_STYLE] = new TimeUnitFormat(loc, UTMUTFMT_ABBREVIATED_STYLE, status);
47 if (!assertSuccess("TimeUnitFormat(short)", status)) return;
158 //================= TimeUnitFormat =================
160 TimeUnitFormat* tmf_en = new TimeUnitFormat(Locale("en"), status);
161 if (!assertSuccess("TimeUnitFormat(en...)", status, TRUE)) return
    [all...]
  /external/icu4c/i18n/
tmutfmt.cpp 52 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(TimeUnitFormat)
78 TimeUnitFormat::TimeUnitFormat(UErrorCode& status)
85 TimeUnitFormat::TimeUnitFormat(const Locale& locale, UErrorCode& status)
92 TimeUnitFormat::TimeUnitFormat(const Locale& locale, UTimeUnitFormatStyle style, UErrorCode& status)
99 TimeUnitFormat::TimeUnitFormat(const TimeUnitFormat& other
    [all...]
  /external/icu4c/common/unicode/
urename.h     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 149 milliseconds