OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:gmtoff
(Results
1 - 2
of
2
) sorted by null
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowTime.java
68
time.
gmtoff
= other.
gmtoff
;
78
protected static int getJulianDay(long millis, long
gmtoff
) {
79
long offsetMillis =
gmtoff
* 1000;
95
int approximateDay = getJulianDay(millis, time.
gmtoff
);
138
time.
gmtoff
= 0;
161
time.
gmtoff
= 0;
173
long
gmtoff
= TimeZone.getTimeZone(timezone).getOffset(date);
local
174
set(date +
gmtoff
);
176
time.
gmtoff
= (gmtoff / 1000)
[
all
...]
/external/icu/icu4c/source/tools/tzcode/
zic.c
143
static int addtype(const zic_t
gmtoff
, const zic_t rawoff, const zic_t dstoff,
147
static int addtype(zic_t
gmtoff
, const char * abbr, int isdst,
2224
register zic_t
gmtoff
;
local
[
all
...]
Completed in 275 milliseconds