Home
last modified time | relevance | path

Searched refs:tt_ttisstd (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/tools/tzcode/
Dlocaltime.c83 int tt_ttisstd; /* TRUE if transition is std time */ member
480 ttisp->tt_ttisstd = FALSE; in tzload()
482 ttisp->tt_ttisstd = *p++; in tzload()
483 if (ttisp->tt_ttisstd != TRUE && in tzload()
484 ttisp->tt_ttisstd != FALSE) in tzload()
625 ap->tt_ttisstd == bp->tt_ttisstd && in typesequiv()
1115 if (isdst && !sp->ttis[j].tt_ttisstd) { in tzparse()