Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:EPOCH_YEAR
(Results
1 - 16
of
16
) sorted by relevance
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H
A
D
GregorianCalendar.java
232
private static final int
EPOCH_YEAR
= 1970;
field in GregorianCalendar
817
year = internalGet(EXTENDED_YEAR,
EPOCH_YEAR
);
in handleGetExtendedYear()
824
year = internalGet(YEAR,
EPOCH_YEAR
);
in handleGetExtendedYear()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H
A
D
GregorianCalendar.java
230
private static final int
EPOCH_YEAR
= 1970;
field in GregorianCalendar
791
year = internalGet(EXTENDED_YEAR,
EPOCH_YEAR
);
in handleGetExtendedYear()
798
year = internalGet(YEAR,
EPOCH_YEAR
);
in handleGetExtendedYear()
/third_party/icu/icu4c/source/tools/tzcode/
H
A
D
tzfile.h
150
#define
EPOCH_YEAR
1970
macro
H
A
D
zdump.c
125
#ifndef
EPOCH_YEAR
126
#define
EPOCH_YEAR
1970
macro
127
#endif /* !defined
EPOCH_YEAR
*/
689
myy =
EPOCH_YEAR
;
in yeartot()
H
A
D
localtime.c
1006
** Two transitions per year, from
EPOCH_YEAR
forward.
in tzparse()
1018
yearlim =
EPOCH_YEAR
+ YEARSPERREPEAT;
in tzparse()
1019
for (year =
EPOCH_YEAR
; year < yearlim; year++) {
in tzparse()
1456
y =
EPOCH_YEAR
;
in timesub()
1519
((y -
EPOCH_YEAR
) % DAYSPERWEEK) *
in timesub()
1522
leaps_thru_end_of(
EPOCH_YEAR
- 1) +
in timesub()
1737
else if (y + TM_YEAR_BASE <
EPOCH_YEAR
) {
in time2sub()
H
A
D
zic.c
1294
j =
EPOCH_YEAR
;
in inleap()
2267
min_year = max_year =
EPOCH_YEAR
;
in outzone()
2994
y =
EPOCH_YEAR
;
in rpytime()
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
H
A
D
tzfile.h
150
#define
EPOCH_YEAR
1970
macro
H
A
D
zdump.c
131
#ifndef
EPOCH_YEAR
132
#define
EPOCH_YEAR
1970
macro
133
#endif /* !defined
EPOCH_YEAR
*/
695
myy =
EPOCH_YEAR
;
in yeartot()
H
A
D
localtime.c
1004
** Two transitions per year, from
EPOCH_YEAR
forward.
in tzparse()
1016
yearlim =
EPOCH_YEAR
+ YEARSPERREPEAT;
in tzparse()
1017
for (year =
EPOCH_YEAR
; year < yearlim; year++) {
in tzparse()
1454
y =
EPOCH_YEAR
;
in timesub()
1517
((y -
EPOCH_YEAR
) % DAYSPERWEEK) *
in timesub()
1520
leaps_thru_end_of(
EPOCH_YEAR
- 1) +
in timesub()
1735
else if (y + TM_YEAR_BASE <
EPOCH_YEAR
) {
in time2sub()
H
A
D
zic.c
1293
j =
EPOCH_YEAR
;
in inleap()
2266
min_year = max_year =
EPOCH_YEAR
;
in outzone()
2993
y =
EPOCH_YEAR
;
in rpytime()
/third_party/tzdata/
H
A
D
localtime.c
1175
** Two transitions per year, from
EPOCH_YEAR
forward.
in tzparse()
1181
yearbeg =
EPOCH_YEAR
;
in tzparse()
1192
&&
EPOCH_YEAR
- YEARSPERREPEAT / 2 < yearbeg);
in tzparse()
1746
/* y = (
EPOCH_YEAR
in timesub()
1748
sans overflow. But calculate against 1570 (
EPOCH_YEAR
-
in timesub()
1753
y = (
EPOCH_YEAR
- YEARSPERREPEAT
in timesub()
2031
else if (yourtm.tm_year <
EPOCH_YEAR
- TM_YEAR_BASE) {
in time2sub()
H
A
D
private.h
1014
EPOCH_YEAR
= 1970,
enumerator
H
A
D
zic.c
2037
j =
EPOCH_YEAR
;
in getleapdatetime()
3155
min_year = max_year =
EPOCH_YEAR
;
in outzone()
3201
+
EPOCH_YEAR
+ 1));
in outzone()
3813
y =
EPOCH_YEAR
;
in rpytime()
H
A
D
zdump.c
689
myy =
EPOCH_YEAR
;
in yeartot()
/third_party/python/Lib/http/
H
A
D
cookiejar.py
80
EPOCH_YEAR
= 1970
variable
83
if ((year >=
EPOCH_YEAR
) and (1 <= month <= 12) and (1 <= mday <= 31) and
/third_party/skia/third_party/externals/sfntly/java/lib/
H
A
D
icu4j-4_8_1_1.jar
META-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/
...
Completed in 33 milliseconds