OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hostZone
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/i18n/
timezone.cpp
474
TimeZone*
hostZone
= NULL;
480
hostZone
= createSystemTimeZone(hostStrID);
488
if (
hostZone
!= NULL && rawOffset !=
hostZone
->getRawOffset()
493
delete
hostZone
;
494
hostZone
= NULL;
499
if (
hostZone
== NULL) {
500
hostZone
= new SimpleTimeZone(rawOffset, hostStrID);
508
if (
hostZone
== NULL) {
514
hostZone
= temptz->clone()
[
all
...]
/external/icu/icu4c/source/test/intltest/
tztest.cpp
140
TimeZone*
hostZone
= TimeZone::detectHostTimeZone();
141
int32_t hostZoneRawOffset =
hostZone
->getRawOffset();
142
logln("
hostZone
->getRawOffset() = %d , tzoffset = %d", hostZoneRawOffset, tzoffset * (-1000));
148
delete
hostZone
;
[
all
...]
Completed in 134 milliseconds