OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tt_ttisstd
(Results
1 - 3
of
3
) sorted by null
/bionic/libc/tzcode/
localtime.c
97
int
tt_ttisstd
; /* TRUE if transition is std time */
member in struct:ttinfo
449
ttisp->
tt_ttisstd
= FALSE;
451
ttisp->
tt_ttisstd
= *p++;
452
if (ttisp->
tt_ttisstd
!= TRUE &&
453
ttisp->
tt_ttisstd
!= FALSE)
632
ap->
tt_ttisstd
== bp->
tt_ttisstd
&&
[
all
...]
/external/chromium_org/third_party/icu/source/tools/tzcode/
localtime.c
90
int
tt_ttisstd
; /* TRUE if transition is std time */
member in struct:ttinfo
461
ttisp->
tt_ttisstd
= FALSE;
463
ttisp->
tt_ttisstd
= *p++;
464
if (ttisp->
tt_ttisstd
!= TRUE &&
465
ttisp->
tt_ttisstd
!= FALSE)
595
ap->
tt_ttisstd
== bp->
tt_ttisstd
&&
1093
if (isdst && !sp->ttis[j].
tt_ttisstd
) {
[
all
...]
/external/icu4c/tools/tzcode/
localtime.c
90
int
tt_ttisstd
; /* TRUE if transition is std time */
member in struct:ttinfo
461
ttisp->
tt_ttisstd
= FALSE;
463
ttisp->
tt_ttisstd
= *p++;
464
if (ttisp->
tt_ttisstd
!= TRUE &&
465
ttisp->
tt_ttisstd
!= FALSE)
595
ap->
tt_ttisstd
== bp->
tt_ttisstd
&&
1093
if (isdst && !sp->ttis[j].
tt_ttisstd
) {
[
all
...]
Completed in 745 milliseconds