/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/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...] |
/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/test/intltest/ |
tufmtts.cpp | 110 TimeUnitFormat** formats = new TimeUnitFormat*[2]; 111 formats[UTMUTFMT_FULL_STYLE] = new TimeUnitFormat(loc, status); 112 if (!assertSuccess("TimeUnitFormat(full)", status, TRUE)) return; 113 formats[UTMUTFMT_ABBREVIATED_STYLE] = new TimeUnitFormat(loc, UTMUTFMT_ABBREVIATED_STYLE, status); 114 if (!assertSuccess("TimeUnitFormat(short)", status)) return; 254 //================= TimeUnitFormat ================= 256 TimeUnitFormat* tmf_en = new TimeUnitFormat(Locale("en"), status); 257 if (!assertSuccess("TimeUnitFormat(en...)", status, TRUE)) return [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 | 46 * TimeUnitFormat format = new TimeUnitFormat(); 68 public class TimeUnitFormat extends MeasureFormat { 113 public TimeUnitFormat() { 118 * Create TimeUnitFormat given a ULocale, and using full name style. 123 public TimeUnitFormat(ULocale locale) { 128 * Create TimeUnitFormat given a Locale, and using full name style. 133 public TimeUnitFormat(Locale locale) { 138 * Create TimeUnitFormat given a ULocale and a formatting style. 146 public TimeUnitFormat(ULocale locale, int style) [all...] |
MeasureFormat.java | 100 * This class is immutable and thread-safe so long as its deprecated subclass, TimeUnitFormat, is never 101 * used. TimeUnitFormat is not thread-safe, and is mutable. Although this class has existing subclasses, [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
TimeUnitFormat.java | 45 * TimeUnitFormat format = new TimeUnitFormat(); 66 public class TimeUnitFormat extends MeasureFormat { 111 public TimeUnitFormat() { 116 * Create TimeUnitFormat given a ULocale, and using full name style. 121 public TimeUnitFormat(ULocale locale) { 126 * Create TimeUnitFormat given a Locale, and using full name style. 131 public TimeUnitFormat(Locale locale) { 136 * Create TimeUnitFormat given a ULocale and a formatting style. 144 public TimeUnitFormat(ULocale locale, int style) [all...] |
MeasureFormat.java | 105 * This class is immutable and thread-safe so long as its deprecated subclass, TimeUnitFormat, is never 106 * used. TimeUnitFormat is not thread-safe, and is mutable. Although this class has existing subclasses, [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/ |
FormatHandler.java | 41 import android.icu.text.TimeUnitFormat; [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/ |
FormatHandler.java | 40 import com.ibm.icu.text.TimeUnitFormat; [all...] |
/external/cldr/tools/java/libs/ |
icu4j.jar | |