OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dstoff
(Results
1 - 3
of
3
) sorted by null
/external/icu4c/i18n/
olsontz.cpp
326
int32_t rawoff,
dstoff
;
local
327
getHistoricalOffset(date, TRUE, kDaylight, kStandard, rawoff,
dstoff
);
328
return rawoff +
dstoff
;
335
int32_t&
dstoff
, UErrorCode& ec) const {
343
finalZone->getOffset(date, local, rawoff,
dstoff
, ec);
345
getHistoricalOffset(date, local, kFormer, kLatter, rawoff,
dstoff
);
351
int32_t& rawoff, int32_t&
dstoff
, UErrorCode& ec) /*const*/ {
356
finalZone->getOffsetFromLocal(date, nonExistingTimeOpt, duplicatedTimeOpt, rawoff,
dstoff
, ec);
358
getHistoricalOffset(date, TRUE, nonExistingTimeOpt, duplicatedTimeOpt, rawoff,
dstoff
);
399
int32_t& rawoff, int32_t&
dstoff
) const
[
all
...]
olsontz.h
188
int32_t& rawoff, int32_t&
dstoff
, UErrorCode& ec) /*const*/;
290
int32_t& rawoff, int32_t&
dstoff
) const;
/external/icu4c/tools/tzcode/
zic.c
124
static int addtype(long gmtoff, long rawoff, long
dstoff
,
174
long
dstoff
, long gmtoff);
[
all
...]
Completed in 60 milliseconds