OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isdsts
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/tools/tzcode/
zic.c
407
static char
isdsts
[TZ_MAX_TYPES];
variable
[
all
...]
/libcore/luni/src/main/java/libcore/util/
ZoneInfo.java
226
byte[]
isDsts
= new byte[tzh_typecnt];
233
isDsts
[i] = b;
244
return new ZoneInfo(id, transitions64, type, gmtOffsets,
isDsts
, currentTimeMillis);
247
private ZoneInfo(String name, long[] transitions, byte[] types, int[] gmtOffsets, byte[]
isDsts
,
255
mIsDsts =
isDsts
;
[
all
...]
Completed in 513 milliseconds