OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tt_gmtoff
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/tools/tzcode/
localtime.c
80
int_fast32_t
tt_gmtoff
; /* UT offset in seconds */
member in struct:ttinfo
288
timezone = -(ttisp->
tt_gmtoff
);
292
altzone = -(ttisp->
tt_gmtoff
);
452
ttisp->
tt_gmtoff
= detzcode(p);
623
result = ap->
tt_gmtoff
== bp->
tt_gmtoff
&&
1007
sp->ttis[0].
tt_gmtoff
= -dstoffset;
1010
sp->ttis[1].
tt_gmtoff
= -stdoffset;
1073
-sp->ttis[j].
tt_gmtoff
;
1082
-sp->ttis[j].
tt_gmtoff
;
[
all
...]
/bionic/libc/tzcode/
localtime.c
100
int_fast32_t
tt_gmtoff
; /* UT offset in seconds */
member in struct:ttinfo
209
s->
tt_gmtoff
= gmtoff;
268
timezone = - ttisp->
tt_gmtoff
;
272
altzone = - ttisp->
tt_gmtoff
;
501
ttisp->
tt_gmtoff
= detzcode(p);
710
result = ap->
tt_gmtoff
== bp->
tt_gmtoff
&&
1159
-sp->ttis[j].
tt_gmtoff
;
1168
-sp->ttis[j].
tt_gmtoff
;
1209
theiroffset = -sp->ttis[j].
tt_gmtoff
;
[
all
...]
Completed in 4101 milliseconds