OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TimeZoneFormat
(Results
1 - 5
of
5
) sorted by null
/external/icu/icu4c/source/i18n/unicode/
tzfmt.h
14
* \brief C++ API:
TimeZoneFormat
28
* in
TimeZoneFormat
.
200
* Constants for time types used by
TimeZoneFormat
APIs for
243
* used by the icu::
TimeZoneFormat
.
258
* <code>
TimeZoneFormat
</code> supports time zone display name formatting and parsing.
259
* An instance of
TimeZoneFormat
works as a subformatter of {@link SimpleDateFormat},
260
* but you can also directly get a new instance of <code>
TimeZoneFormat
</code> and
272
class U_I18N_API
TimeZoneFormat
: public Format {
278
TimeZoneFormat
(const
TimeZoneFormat
& other)
[
all
...]
/external/icu/icu4c/source/i18n/
tzfmt.cpp
178
// item and used by
TimeZoneFormat
312
//
TimeZoneFormat
314
UOBJECT_DEFINE_RTTI_IMPLEMENTATION(
TimeZoneFormat
)
316
TimeZoneFormat
::
TimeZoneFormat
(const Locale& locale, UErrorCode& status)
415
TimeZoneFormat
::
TimeZoneFormat
(const
TimeZoneFormat
& other)
426
TimeZoneFormat
::~
TimeZoneFormat
() {
[
all
...]
/external/icu/android_icu4j/src/main/java/android/icu/text/
TimeZoneFormat.java
56
* <code>
TimeZoneFormat
</code> supports time zone display name formatting and parsing.
57
* An instance of
TimeZoneFormat
works as a subformatter of {@link SimpleDateFormat},
58
* but you can also directly get a new instance of <code>
TimeZoneFormat
</code> and
69
public class
TimeZoneFormat
extends UFormat implements Freezable<
TimeZoneFormat
>, Serializable {
77
* Time zone display format style enum used by format/parse APIs in <code>
TimeZoneFormat
</code>.
79
* @see
TimeZoneFormat
#format(Style, TimeZone, long)
80
* @see
TimeZoneFormat
#format(Style, TimeZone, long, Output)
81
* @see
TimeZoneFormat
#parse(Style, String, ParsePosition, Output)
202
* @see
TimeZoneFormat
#getGMTOffsetPattern(GMTOffsetPatternType
[
all
...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
TimeZoneFormat.java
55
* <code>
TimeZoneFormat
</code> supports time zone display name formatting and parsing.
56
* An instance of
TimeZoneFormat
works as a subformatter of {@link SimpleDateFormat},
57
* but you can also directly get a new instance of <code>
TimeZoneFormat
</code> and
69
public class
TimeZoneFormat
extends UFormat implements Freezable<
TimeZoneFormat
>, Serializable {
77
* Time zone display format style enum used by format/parse APIs in <code>
TimeZoneFormat
</code>.
79
* @see
TimeZoneFormat
#format(Style, TimeZone, long)
80
* @see
TimeZoneFormat
#format(Style, TimeZone, long, Output)
81
* @see
TimeZoneFormat
#parse(Style, String, ParsePosition, Output)
223
* @see
TimeZoneFormat
#getGMTOffsetPattern(GMTOffsetPatternType
[
all
...]
/external/cldr/tools/java/libs/
icu4j.jar
Completed in 4138 milliseconds