OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tt_ttisgmt
(Results
1 - 3
of
3
) sorted by null
/bionic/libc/tzcode/
localtime.c
97
int
tt_ttisgmt
; /* TRUE if transition is UT */
member in struct:ttinfo
506
ttisp->
tt_ttisgmt
= FALSE;
508
ttisp->
tt_ttisgmt
= *p++;
509
if (ttisp->
tt_ttisgmt
!= TRUE &&
510
ttisp->
tt_ttisgmt
!= FALSE)
639
ap->
tt_ttisgmt
== bp->
tt_ttisgmt
&&
[
all
...]
/external/chromium_org/third_party/icu/source/tools/tzcode/
localtime.c
91
int
tt_ttisgmt
; /* TRUE if transition is UTC */
member in struct:ttinfo
474
ttisp->
tt_ttisgmt
= FALSE;
476
ttisp->
tt_ttisgmt
= *p++;
477
if (ttisp->
tt_ttisgmt
!= TRUE &&
478
ttisp->
tt_ttisgmt
!= FALSE)
596
ap->
tt_ttisgmt
== bp->
tt_ttisgmt
&&
1076
if (sp->ttis[j].
tt_ttisgmt
) {
[
all
...]
/external/icu/icu4c/source/tools/tzcode/
localtime.c
91
int
tt_ttisgmt
; /* TRUE if transition is UTC */
member in struct:ttinfo
474
ttisp->
tt_ttisgmt
= FALSE;
476
ttisp->
tt_ttisgmt
= *p++;
477
if (ttisp->
tt_ttisgmt
!= TRUE &&
478
ttisp->
tt_ttisgmt
!= FALSE)
596
ap->
tt_ttisgmt
== bp->
tt_ttisgmt
&&
1076
if (sp->ttis[j].
tt_ttisgmt
) {
[
all
...]
Completed in 35 milliseconds