OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rawoff
(Results
1 - 3
of
3
) sorted by null
/external/icu4c/i18n/
olsontz.cpp
371
int32_t
rawoff
, dstoff;
local
372
getHistoricalOffset(date, TRUE, kDaylight, kStandard,
rawoff
, dstoff);
373
return
rawoff
+ dstoff;
379
void OlsonTimeZone::getOffset(UDate date, UBool local, int32_t&
rawoff
,
385
finalZone->getOffset(date, local,
rawoff
, dstoff, ec);
387
getHistoricalOffset(date, local, kFormer, kLatter,
rawoff
, dstoff);
393
int32_t&
rawoff
, int32_t& dstoff, UErrorCode& ec) /*const*/ {
398
finalZone->getOffsetFromLocal(date, nonExistingTimeOpt, duplicatedTimeOpt,
rawoff
, dstoff, ec);
400
getHistoricalOffset(date, TRUE, nonExistingTimeOpt, duplicatedTimeOpt,
rawoff
, dstoff);
460
int32_t&
rawoff
, int32_t& dstoff) const
[
all
...]
olsontz.h
185
int32_t&
rawoff
, int32_t& dstoff, UErrorCode& ec) /*const*/;
287
int32_t&
rawoff
, int32_t& dstoff) const;
/external/icu4c/tools/tzcode/
zic.c
124
static int addtype(long gmtoff, long
rawoff
, long dstoff,
[
all
...]
Completed in 236 milliseconds