Home
last modified time | relevance | path

Searched defs:dstoff (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/icu/source/i18n/
Dolsontz.cpp383 int32_t rawoff, dstoff; in getOffset() local
392 int32_t& dstoff, UErrorCode& ec) const { in getOffset()
405 int32_t& rawoff, int32_t& dstoff, UErrorCode& ec) const { in getOffsetFromLocal()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dolsontz.cpp383 int32_t rawoff, dstoff; in getOffset() local
392 int32_t& dstoff, UErrorCode& ec) const { in getOffset()
405 int32_t& rawoff, int32_t& dstoff, UErrorCode& ec) const { in getOffsetFromLocal()
/third_party/icu/icu4c/source/i18n/
Dolsontz.cpp383 int32_t rawoff, dstoff; in getOffset() local
392 int32_t& dstoff, UErrorCode& ec) const { in getOffset()
405 int32_t& rawoff, int32_t& dstoff, UErrorCode& ec) const { in getOffsetFromLocal()
/third_party/node/deps/icu-small/source/i18n/
Dolsontz.cpp383 int32_t rawoff, dstoff; in getOffset() local
392 int32_t& dstoff, UErrorCode& ec) const { in getOffset()
405 int32_t& rawoff, int32_t& dstoff, UErrorCode& ec) const { in getOffsetFromLocal()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_transfer.c282 struct nouveau_bo *dst, unsigned dstoff, unsigned dstdom, in nvc0_m2mf_copy_linear()
320 struct nouveau_bo *dst, unsigned dstoff, unsigned dstdom, in nve4_m2mf_copy_linear()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_transfer.c330 struct nouveau_bo *dst, unsigned dstoff, unsigned dstdom, in nv50_m2mf_copy_linear()
/third_party/python/Lib/zoneinfo/
D_zoneinfo.py399 def __init__(self, utcoff, dstoff, tzname): argument
/third_party/python/Modules/
D_zoneinfo.c21 PyObject *dstoff; member
837 long *dstoff = NULL; in load_data() local
1996 long dstoff = 0; in utcoff_to_dstoff() local
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
Dzic.c2021 stringrule(char *result, const struct rule *const rp, const zic_t dstoff, in stringrule()
2707 addtype(const zic_t gmtoff, const zic_t rawoff, const zic_t dstoff, char *const abbr, const int isd… in addtype()
/third_party/flutter/skia/third_party/externals/icu/source/tools/tzcode/
Dzic.c2021 stringrule(char *result, const struct rule *const rp, const zic_t dstoff, in stringrule()
2707 addtype(const zic_t gmtoff, const zic_t rawoff, const zic_t dstoff, char *const abbr, const int isd… in addtype()
/third_party/icu/icu4c/source/tools/tzcode/
Dzic.c2021 stringrule(char *result, const struct rule *const rp, const zic_t dstoff, in stringrule()
2707 addtype(const zic_t gmtoff, const zic_t rawoff, const zic_t dstoff, char *const abbr, const int isd… in addtype()
/third_party/python/Lib/test/
Ddatetimetester.py4802 dstoff = datetime(2002, 10, 27, 1) variable in TestTimezoneConversions
4807 def checkinside(self, dt, tz, utc, dston, dstoff): argument