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

  /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/icu/icu4c/source/i18n/
tmutfmt.cpp 58 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(TimeUnitFormat)
83 TimeUnitFormat::TimeUnitFormat(UErrorCode& status) {
89 TimeUnitFormat::TimeUnitFormat(const Locale& locale, UErrorCode& status) {
95 TimeUnitFormat::TimeUnitFormat(const Locale& locale, UTimeUnitFormatStyle style, UErrorCode& status) {
110 TimeUnitFormat::TimeUnitFormat(const TimeUnitFormat& other
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
TimeUnitFormat.java 47 * TimeUnitFormat format = new TimeUnitFormat();
69 public class TimeUnitFormat extends MeasureFormat {
121 public TimeUnitFormat() {
128 * Create TimeUnitFormat given a ULocale, and using full name style.
133 public TimeUnitFormat(ULocale locale) {
138 * Create TimeUnitFormat given a Locale, and using full name style.
143 public TimeUnitFormat(Locale locale) {
148 * Create TimeUnitFormat given a ULocale and a formatting style.
156 public TimeUnitFormat(ULocale locale, int style)
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
TimeUnitTest.java 24 import android.icu.text.TimeUnitFormat;
41 TimeUnitFormat tuf = new TimeUnitFormat(ULocale.ENGLISH, TimeUnitFormat.FULL_NAME);
54 TimeUnitFormat tuf = new TimeUnitFormat(ULocale.ENGLISH, TimeUnitFormat.FULL_NAME);
70 TimeUnitFormat[] formats = new TimeUnitFormat[] {
71 new TimeUnitFormat(new ULocale(locales[locIndex]), TimeUnitFormat.FULL_NAME)
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
TimeUnitFormat.java 46 * TimeUnitFormat format = new TimeUnitFormat();
67 public class TimeUnitFormat extends MeasureFormat {
119 public TimeUnitFormat() {
126 * Create TimeUnitFormat given a ULocale, and using full name style.
131 public TimeUnitFormat(ULocale locale) {
136 * Create TimeUnitFormat given a Locale, and using full name style.
141 public TimeUnitFormat(Locale locale) {
146 * Create TimeUnitFormat given a ULocale and a formatting style.
154 public TimeUnitFormat(ULocale locale, int style)
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
TimeUnitTest.java 23 import com.ibm.icu.text.TimeUnitFormat;
38 TimeUnitFormat tuf = new TimeUnitFormat(ULocale.ENGLISH, TimeUnitFormat.FULL_NAME);
51 TimeUnitFormat tuf = new TimeUnitFormat(ULocale.ENGLISH, TimeUnitFormat.FULL_NAME);
67 TimeUnitFormat[] formats = new TimeUnitFormat[] {
68 new TimeUnitFormat(new ULocale(locales[locIndex]), TimeUnitFormat.FULL_NAME)
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 192 milliseconds