Searched refs:getNow (Results 1 - 25 of 80) sorted by last modified time

1234

/external/icu/icu4c/source/i18n/
H A Dastro.cpp243 fTime(Calendar::getNow()), fLongitude(0.0), fLatitude(0.0), fGmtOffset(0.0), moonPosition(0,0), moonPositionSet(FALSE) {
273 fTime(Calendar::getNow()), moonPosition(0,0), moonPositionSet(FALSE) {
H A Dbuddhcal.cpp36 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly.
151 calendar.setTime(Calendar::getNow(), status);
H A Dcalendar.cpp931 c->setTimeInMillis(getNow(), success); // let the new calendar have the current time.
1030 Calendar::getNow() function in class:Calendar
H A Dcecal.cpp52 setTimeInMillis(getNow(), success);
H A Dchnsecal.cpp126 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly.
136 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly.
867 calendar.setTime(Calendar::getNow(), status);
H A Dcoptccal.cpp111 calendar.setTime(Calendar::getNow(), status);
H A Ddtfmtsym.cpp1123 UDate now = Calendar::getNow();
H A Dethpccal.cpp151 calendar.setTime(Calendar::getNow(), status);
H A Dgregocal.cpp158 setTimeInMillis(getNow(), status);
169 setTimeInMillis(getNow(), status);
180 setTimeInMillis(getNow(), status);
191 setTimeInMillis(getNow(), status);
203 setTimeInMillis(getNow(), status);
215 setTimeInMillis(getNow(), status);
1291 calendar.setTime(Calendar::getNow(), status);
H A Dhebrwcal.cpp158 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly.
700 calendar.setTime(Calendar::getNow(), status);
H A Dindiancal.cpp44 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly.
425 calendar.setTime(Calendar::getNow(), status);
H A Dislamcal.cpp205 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly.
661 calendar.setTime(Calendar::getNow(), status);
H A Djapancal.cpp296 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly.
H A Dpersncal.cpp82 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly.
266 calendar.setTime(Calendar::getNow(), status);
H A Dreldtfmt.cpp260 cal.setTime(Calendar::getNow(),status);
292 tempCal->setTime(Calendar::getNow(),status);
603 nowCal->setTime(Calendar::getNow(), status);
H A Dtaiwncal.cpp36 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly.
157 calendar.setTime(Calendar::getNow(), status);
H A Dtimezone.cpp1176 UDate date = Calendar::getNow();
H A Dtzfmt.cpp767 UDate date = Calendar::getNow();
H A Ducal.cpp104 UDate d = Calendar::getNow();
125 return Calendar::getNow();
/external/icu/icu4c/source/i18n/unicode/
H A Dcalendar.h426 static UDate U_EXPORT2 getNow(void);
/external/icu/icu4c/source/samples/msgfmt/answers/
H A Dmain_2.cpp34 msgArgs[1].setDate(Calendar::getNow());
H A Dmain_3.cpp34 msgArgs[1].setDate(Calendar::getNow());
/external/icu/icu4c/source/samples/msgfmt/
H A Dmain.cpp34 msgArgs[1].setDate(Calendar::getNow());
/external/icu/icu4c/source/test/intltest/
H A Dcalregts.cpp708 UDate firstDate = Calendar::getNow();
H A Dcaltest.cpp1280 cal->setTime(Calendar::getNow(), status);
2070 cal.setTime(Calendar::getNow(), status);

Completed in 5422 milliseconds

1234