/external/python/dateutil/dateutil/test/ |
D | test_isoparser.py | 72 def _isoparse_date_and_time(dt, date_fmt, time_fmt, tzoffset, argument 98 def test_ymd_h(dt, date_fmt, tzoffset): argument 106 def test_ymd_hm(dt, date_fmt, time_fmt, tzoffset): argument 117 def test_ymd_hms(dt, date_fmt, time_fmt, tzoffset): argument 127 def test_ymd_hms_micro(dt, date_fmt, time_fmt, tzoffset, precision): argument 143 def test_full_tzoffsets(tzoffset): argument 322 def test_parse_tzstr(tzoffset): argument
|
/external/python/dateutil/dateutil/parser/ |
D | _parser.py | 360 def tzoffset(self, name): member in parserinfo 1059 def _could_be_tzname(self, hour, tzname, tzoffset, token): argument 1156 def _build_tzinfo(self, tzinfos, tzname, tzoffset): argument
|
/external/icu/icu4c/source/test/cintltst/ |
D | putiltst.c | 211 int32_t tzoffset = uprv_timezone(); in TestPUtilAPI() local
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/ |
D | CompatibilityTest.java | 281 int tzoffset = 123400; in TestGenericAPI() local
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
D | CompatibilityTest.java | 278 int tzoffset = 123400; in TestGenericAPI() local
|
/external/python/dateutil/dateutil/tz/ |
D | tz.py | 127 class tzoffset(datetime.tzinfo): class
|
/external/python/cpython3/Modules/ |
D | _datetimemodule.c | 790 int *second, int *microsecond, int *tzoffset, in parse_isoformat_time() 1313 tzinfo_from_isoformat_results(int rv, int tzoffset, int tz_useconds) in tzinfo_from_isoformat_results() 4594 int tzoffset, tzimicrosecond = 0; in time_fromisoformat() local 5276 int tzoffset = 0, tzusec = 0; in datetime_fromisoformat() local
|
/external/icu/icu4c/source/test/intltest/ |
D | tztest.cpp | 129 int32_t tzoffset = uprv_timezone(); in TestGenericAPI() local
|
D | caltest.cpp | 407 int32_t tzoffset = 123400; in TestGenericAPI() local
|
/external/icu/icu4c/source/i18n/ |
D | timezone.cpp | 880 int32_t tzoffset = z->getRawOffset(); in create() local
|