OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:abbrind
(Results
1 - 1
of
1
) sorted by null
/bionic/libc/tzcode/
localtime.c
205
/* Initialize *S to a value based on GMTOFF, ISDST, and
ABBRIND
. */
207
init_ttinfo(struct ttinfo *s, int_fast32_t gmtoff, bool isdst, int
abbrind
)
211
s->tt_abbrind =
abbrind
;
498
unsigned char isdst,
abbrind
;
local
507
abbrind
= *p++;
508
if (! (
abbrind
< sp->charcnt))
510
ttisp->tt_abbrind =
abbrind
;
[
all
...]
Completed in 93 milliseconds