OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tt_ttisgmt
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/tools/tzcode/
localtime.c
84
int
tt_ttisgmt
; /* TRUE if transition is UT */
member in struct:ttinfo
493
ttisp->
tt_ttisgmt
= FALSE;
495
ttisp->
tt_ttisgmt
= *p++;
496
if (ttisp->
tt_ttisgmt
!= TRUE &&
497
ttisp->
tt_ttisgmt
!= FALSE)
626
ap->
tt_ttisgmt
== bp->
tt_ttisgmt
&&
1098
if (sp->ttis[j].
tt_ttisgmt
) {
[
all
...]
/bionic/libc/tzcode/
localtime.c
104
bool
tt_ttisgmt
; /* transition is UT */
member in struct:ttinfo
213
s->
tt_ttisgmt
= false;
555
ttisp->
tt_ttisgmt
= false;
559
ttisp->
tt_ttisgmt
= *p++;
713
ap->
tt_ttisgmt
== bp->
tt_ttisgmt
&&
1184
if (sp->ttis[j].
tt_ttisgmt
) {
[
all
...]
Completed in 183 milliseconds