Searched defs:TimeZoneFormat (Results 1 - 6 of 6) sorted by relevance
/external/icu/icu4c/source/i18n/unicode/ |
H A D | tzfmt.h | 12 * \brief C++ API: TimeZoneFormat 26 * in TimeZoneFormat. 198 * Constants for time types used by TimeZoneFormat APIs for 241 * used by the {@link TimeZoneFormat}. 256 * <code>TimeZoneFormat</code> supports time zone display name formatting and parsing. 257 * An instance of TimeZoneFormat works as a subformatter of {@link SimpleDateFormat}, 258 * but you can also directly get a new instance of <code>TimeZoneFormat</code> and 270 class U_I18N_API TimeZoneFormat : public Format { class in inherits:Format 276 TimeZoneFormat(const TimeZoneFormat [all...] |
/external/icu/icu4c/source/i18n/ |
H A D | tzfmt.cpp | 172 // item and used by TimeZoneFormat 306 // TimeZoneFormat 308 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(TimeZoneFormat) 310 TimeZoneFormat::TimeZoneFormat(const Locale& locale, UErrorCode& status) function in class:TimeZoneFormat 409 TimeZoneFormat::TimeZoneFormat(const TimeZoneFormat& other) function in class:TimeZoneFormat 420 TimeZoneFormat::~TimeZoneFormat() { [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
H A D | TimeZoneFormat.java | 52 * <code>TimeZoneFormat</code> supports time zone display name formatting and parsing. 53 * An instance of TimeZoneFormat works as a subformatter of {@link SimpleDateFormat}, 54 * but you can also directly get a new instance of <code>TimeZoneFormat</code> and 65 public class TimeZoneFormat extends UFormat implements Freezable<TimeZoneFormat>, Serializable { class in inherits:UFormat,Freezable,Serializable 73 * Time zone display format style enum used by format/parse APIs in <code>TimeZoneFormat</code>. 75 * @see TimeZoneFormat#format(Style, TimeZone, long) 76 * @see TimeZoneFormat#format(Style, TimeZone, long, Output) 77 * @see TimeZoneFormat#parse(Style, String, ParsePosition, Output) 198 * @see TimeZoneFormat#getGMTOffsetPatter 378 protected TimeZoneFormat(ULocale locale) { method in class:TimeZoneFormat [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | TimeZoneFormat.java | 51 * <code>TimeZoneFormat</code> supports time zone display name formatting and parsing. 52 * An instance of TimeZoneFormat works as a subformatter of {@link SimpleDateFormat}, 53 * but you can also directly get a new instance of <code>TimeZoneFormat</code> and 65 public class TimeZoneFormat extends UFormat implements Freezable<TimeZoneFormat>, Serializable { class in inherits:UFormat,Freezable,Serializable 73 * Time zone display format style enum used by format/parse APIs in <code>TimeZoneFormat</code>. 75 * @see TimeZoneFormat#format(Style, TimeZone, long) 76 * @see TimeZoneFormat#format(Style, TimeZone, long, Output) 77 * @see TimeZoneFormat#parse(Style, String, ParsePosition, Output) 219 * @see TimeZoneFormat#getGMTOffsetPatter 415 protected TimeZoneFormat(ULocale locale) { method in class:TimeZoneFormat [all...] |
/external/libgdx/backends/gdx-backend-moe/libs/ |
H A D | intel-moe-core.jar | META-INF/ META-INF/MANIFEST.MF LICENSE SQLite/ SQLite/Authorizer.class Authorizer.java package ... |
/external/libgdx/backends/gdx-backends-gwt/libs/ |
H A D | gwt-dev.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/core/ ... |
Completed in 180 milliseconds