OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Year
(Results
1 - 5
of
5
) sorted by null
/bionic/libc/bionic/
time64.c
72
typedef int64_t
Year
;
103
static const
Year
years_in_gregorian_cycle = 400;
107
/*
Year
range we can trust the time funcitons with */
111
/* 28
year
Julian calendar cycle */
114
/*
Year
cycle from MAX_SAFE_YEAR down. */
125
/*
Year
cycle from MIN_SAFE_YEAR up */
190
static int is_exception_century(
Year
year
)
192
int is_exception = ((
year
% 100 == 0) && !(
year
% 400 == 0))
206
Year
year
;
local
495
Year
year
= input_date->tm_
year
+ 1900;
local
528
Year
year
= 70;
local
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.text_3.5.0.v20100601-1300.jar
/prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar
/prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar
/prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar
Completed in 63 milliseconds