Home
last modified time | relevance | path

Searched refs:desigidx (Results 1 - 2 of 2) sorted by relevance

/third_party/tzdata/
H A Dzic.c448 static unsigned char desigidx[TZ_MAX_TYPES]; variable
2426 || (desigidx[attypes[toi - 1].type] in writezone()
2427 != desigidx[attypes[fromi].type])) in writezone()
2619 &chars[desigidx[mrudst]], in writezone()
2630 &chars[desigidx[mrustd]], in writezone()
2658 if (indmap[desigidx[i]] >= 0) in writezone()
2660 thisabbr = &chars[desigidx[i]]; in writezone()
2668 indmap[desigidx[i]] = j; in writezone()
2731 putc(indmap[desigidx[h]], fp); in writezone()
3504 if (utoff == utoffs[i] && isdst == isdsts[i] && j == desigidx[ in addtype()
[all...]
H A Dlocaltime.c214 init_ttinfo(struct ttinfo *s, int_fast32_t utoff, bool isdst, int desigidx) in init_ttinfo() argument
218 s->tt_desigidx = desigidx; in init_ttinfo()
554 unsigned char isdst, desigidx; in tzloadbody() local
563 desigidx = *p++; in tzloadbody()
564 if (! (desigidx < sp->charcnt)) in tzloadbody()
566 ttisp->tt_desigidx = desigidx; in tzloadbody()

Completed in 8 milliseconds