HomeSort by relevance Sort by last modified time
    Searched refs:fieldsToDay (Results 1 - 10 of 10) 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 241 finalStartMillis = Grego::fieldsToDay(finalStartYear, 0, 1) * U_MILLIS_PER_DAY;
379 UDate date = (UDate)(Grego::fieldsToDay(year, month, dom) * U_MILLIS_PER_DAY + millis);
568 double start = Grego::fieldsToDay(year, 0, 1) * SECONDS_PER_DAY;
569 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));
rbtz.cpp 374 UDate time = (UDate)Grego::fieldsToDay(year, month, day) * U_MILLIS_PER_DAY + millis;
zonemeta.cpp 205 UDate date = Grego::fieldsToDay(year, month - 1, day) * U_MILLIS_PER_DAY
vtzone.cpp 278 UDate time = Grego::fieldsToDay(year, month, day) * U_MILLIS_PER_DAY;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 474 milliseconds