Home
last modified time | relevance | path

Searched defs:tzsign (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_date_time.cpp549 int tzsign = (time [6] == '-') ? -1 : 1; in Decode_IPTC_Time() local
/third_party/python/Modules/
D_datetimemodule.c830 int tzsign = (*tzinfo_pos == '-') ? -1 : 1; in parse_isoformat_time() local