OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TimeZoneTransition
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/unicode/
tztrans.h
27
* <code>
TimeZoneTransition
</code> is a class representing a time zone transition.
31
class U_I18N_API
TimeZoneTransition
: public UObject {
34
* Constructs a <code>
TimeZoneTransition
</code> with the time and the rules before/after
42
TimeZoneTransition
(UDate time, const TimeZoneRule& from, const TimeZoneRule& to);
45
* Constructs an empty <code>
TimeZoneTransition
</code>
48
TimeZoneTransition
();
52
* @param source The
TimeZoneTransition
object to be copied.
55
TimeZoneTransition
(const
TimeZoneTransition
& source);
61
~
TimeZoneTransition
();
[
all
...]
/external/icu4c/i18n/unicode/
tztrans.h
27
* <code>
TimeZoneTransition
</code> is a class representing a time zone transition.
31
class U_I18N_API
TimeZoneTransition
: public UObject {
34
* Constructs a <code>
TimeZoneTransition
</code> with the time and the rules before/after
42
TimeZoneTransition
(UDate time, const TimeZoneRule& from, const TimeZoneRule& to);
45
* Constructs an empty <code>
TimeZoneTransition
</code>
48
TimeZoneTransition
();
52
* @param source The
TimeZoneTransition
object to be copied.
55
TimeZoneTransition
(const
TimeZoneTransition
& source);
61
~
TimeZoneTransition
();
[
all
...]
/external/chromium_org/third_party/icu/source/i18n/
tztrans.cpp
19
UOBJECT_DEFINE_RTTI_IMPLEMENTATION(
TimeZoneTransition
)
21
TimeZoneTransition
::
TimeZoneTransition
(UDate time, const TimeZoneRule& from, const TimeZoneRule& to)
25
TimeZoneTransition
::
TimeZoneTransition
()
29
TimeZoneTransition
::
TimeZoneTransition
(const
TimeZoneTransition
& source)
40
TimeZoneTransition
::~
TimeZoneTransition
() {
[
all
...]
/external/icu4c/i18n/
tztrans.cpp
19
UOBJECT_DEFINE_RTTI_IMPLEMENTATION(
TimeZoneTransition
)
21
TimeZoneTransition
::
TimeZoneTransition
(UDate time, const TimeZoneRule& from, const TimeZoneRule& to)
25
TimeZoneTransition
::
TimeZoneTransition
()
29
TimeZoneTransition
::
TimeZoneTransition
(const
TimeZoneTransition
& source)
40
TimeZoneTransition
::~
TimeZoneTransition
() {
[
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 273 milliseconds