HomeSort by relevance Sort by last modified time
    Searched full:fieldstoday (Results 1 - 19 of 19) sorted by null

  /external/chromium_org/third_party/icu/source/i18n/
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) {
gregoimp.h 168 static double fieldsToDay(int32_t year, int32_t month, int32_t dom);
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;
chnsecal.cpp 475 double ms = daysToMillis(Grego::fieldsToDay(gyear, UCAL_DECEMBER, 1));
vtzone.cpp 278 UDate time = Grego::fieldsToDay(year, month, day) * U_MILLIS_PER_DAY;
    [all...]
  /external/icu4c/i18n/
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 242 finalStartMillis = Grego::fieldsToDay(finalStartYear, 0, 1) * U_MILLIS_PER_DAY;
380 UDate date = (UDate)(Grego::fieldsToDay(year, month, dom) * U_MILLIS_PER_DAY + millis);
569 double start = Grego::fieldsToDay(year, 0, 1) * SECONDS_PER_DAY;
570 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) {
gregoimp.h 168 static double fieldsToDay(int32_t year, int32_t month, int32_t dom);
rbtz.cpp 394 UDate time = (UDate)Grego::fieldsToDay(year, month, day) * U_MILLIS_PER_DAY + millis;
zonemeta.cpp 208 UDate date = Grego::fieldsToDay(year, month - 1, day) * U_MILLIS_PER_DAY
chnsecal.cpp 538 double ms = daysToMillis(Grego::fieldsToDay(gyear, UCAL_DECEMBER, 1));
    [all...]
vtzone.cpp 277 UDate time = Grego::fieldsToDay(year, month, day) * U_MILLIS_PER_DAY;
    [all...]
  /libcore/luni/src/main/java/java/util/
Grego.java 93 public static long fieldsToDay(int year, int month, int dom) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 2541 milliseconds