Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/tzcode/
Dlocaltime.c174 static int_fast32_t transtime(int year, const struct rule * rulep,
831 transtime(const int year, register const struct rule *const rulep, in transtime() function
1019 starttime = transtime(year, &start, stdoffset), in tzparse()
1020 endtime = transtime(year, &end, dstoffset); in tzparse()