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

  /external/chromium_org/third_party/icu/source/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/icu/icu4c/source/i18n/unicode/
tmutfmt.h 67 * TimeUnitFormat* format = new TimeUnitFormat(Locale("en"), status);
84 * @see TimeUnitFormat
87 class U_I18N_API TimeUnitFormat: public MeasureFormat {
91 * Create TimeUnitFormat with default locale, and full name style.
95 TimeUnitFormat(UErrorCode& status);
98 * Create TimeUnitFormat given locale, and full name style.
101 TimeUnitFormat(const Locale& locale, UErrorCode& status);
104 * Create TimeUnitFormat given locale and style.
107 TimeUnitFormat(const Locale& locale, UTimeUnitFormatStyle style, UErrorCode& status)
    [all...]
  /external/chromium_org/third_party/icu/source/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/icu/icu4c/source/test/intltest/
tufmtts.cpp 65 TimeUnitFormat** formats = new TimeUnitFormat*[2];
66 formats[UTMUTFMT_FULL_STYLE] = new TimeUnitFormat(loc, status);
67 if (!assertSuccess("TimeUnitFormat(full)", status, TRUE)) return;
68 formats[UTMUTFMT_ABBREVIATED_STYLE] = new TimeUnitFormat(loc, UTMUTFMT_ABBREVIATED_STYLE, status);
69 if (!assertSuccess("TimeUnitFormat(short)", status)) return;
209 //================= TimeUnitFormat =================
211 TimeUnitFormat* tmf_en = new TimeUnitFormat(Locale("en"), status);
212 if (!assertSuccess("TimeUnitFormat(en...)", status, TRUE)) return
    [all...]
  /external/chromium_org/third_party/icu/source/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/icu/icu4c/source/i18n/
tmutfmt.cpp 54 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(TimeUnitFormat)
79 TimeUnitFormat::TimeUnitFormat(UErrorCode& status) {
85 TimeUnitFormat::TimeUnitFormat(const Locale& locale, UErrorCode& status) {
91 TimeUnitFormat::TimeUnitFormat(const Locale& locale, UTimeUnitFormatStyle style, UErrorCode& status) {
106 TimeUnitFormat::TimeUnitFormat(const TimeUnitFormat& other
    [all...]
  /external/chromium_org/third_party/icu/source/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 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 98 milliseconds