OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fieldsToDay
(Results
1 - 9
of
9
) sorted by null
/libcore/luni/src/main/java/java/util/
Grego.java
93
public static long
fieldsToDay
(int year, int month, int dom) {
/external/icu4c/i18n/
gregoimp.h
168
static double
fieldsToDay
(int32_t year, int32_t month, int32_t dom);
tzrule.cpp
272
ruleDay = Grego::
fieldsToDay
(year, fDateTimeRule->getRuleMonth(), fDateTimeRule->getRuleDayOfMonth());
279
ruleDay = Grego::
fieldsToDay
(year, fDateTimeRule->getRuleMonth(), 1);
283
ruleDay = Grego::
fieldsToDay
(year, fDateTimeRule->getRuleMonth(),
297
ruleDay = Grego::
fieldsToDay
(year, month, dom);
olsontz.cpp
237
finalStartMillis = Grego::
fieldsToDay
(finalStartYear, 0, 1) * U_MILLIS_PER_DAY;
370
UDate date = (UDate)(Grego::
fieldsToDay
(year, month, dom) * U_MILLIS_PER_DAY + millis);
559
double start = Grego::
fieldsToDay
(year, 0, 1) * SECONDS_PER_DAY;
560
double limit = Grego::
fieldsToDay
(year+1, 0, 1) * SECONDS_PER_DAY;
[
all
...]
gregoimp.cpp
85
double Grego::
fieldsToDay
(int32_t year, int32_t month, int32_t dom) {
chnsecal.cpp
475
double ms = daysToMillis(Grego::
fieldsToDay
(gyear, UCAL_DECEMBER, 1));
zonemeta.cpp
180
UDate date = Grego::
fieldsToDay
(year, month - 1, day) * U_MILLIS_PER_DAY
rbtz.cpp
374
UDate time = (UDate)Grego::
fieldsToDay
(year, month, day) * U_MILLIS_PER_DAY + millis;
vtzone.cpp
278
UDate time = Grego::
fieldsToDay
(year, month, day) * U_MILLIS_PER_DAY;
[
all
...]
Completed in 206 milliseconds