Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/zoneinfo/
D_zoneinfo.py311 dst_found = 0
314 if dst_cnt == dst_found:
349 dst_found += 1
/external/python/cpython3/Modules/
D_zoneinfo.c1974 size_t dst_found = 0; in utcoff_to_dstoff() local
1980 if (dst_count == dst_found) { in utcoff_to_dstoff()
2013 dst_found++; in utcoff_to_dstoff()
2018 if (dst_found < dst_count) { in utcoff_to_dstoff()