Searched refs:getNow (Results 26 - 50 of 80) sorted by relevance

1234

/external/chromium_org/chrome/browser/chromeos/system/
H A Dtimezone_util.cc90 UDate now = icu::Calendar::getNow();
/external/chromium_org/third_party/icu/source/i18n/
H A Dhebrwcal.cpp158 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly.
693 calendar.setTime(Calendar::getNow(), status);
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 Dreldtfmt.cpp220 cal.setTime(Calendar::getNow(),status);
252 tempCal->setTime(Calendar::getNow(),status);
509 nowCal->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 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 Ducal.cpp104 UDate d = Calendar::getNow();
125 return Calendar::getNow();
/external/chromium_org/third_party/icu/source/test/intltest/
H A Ddtfmapts.cpp97 UDate start = Calendar::getNow();
98 while (Calendar::getNow() == start) ; // Wait for time to change
H A Dtsdate.cpp121 UDate now = Calendar::getNow();
H A Ddadrfmt.cpp122 UDate now = Calendar::getNow();
H A Dmiscdtfm.cpp158 UDate d = Calendar::getNow();
H A Dtzfmttst.cpp439 timer = Calendar::getNow();
551 times[patidx] += (Calendar::getNow() - timer);
859 UDate d = Calendar::getNow();
H A Dtsmthred.cpp1052 startTime = Calendar::getNow();
1057 endTime = Calendar::getNow();
/external/icu/icu4c/source/i18n/
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 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 Dreldtfmt.cpp260 cal.setTime(Calendar::getNow(),status);
292 tempCal->setTime(Calendar::getNow(),status);
603 nowCal->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 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) {
/external/icu/icu4c/source/test/intltest/
H A Ddtfmapts.cpp97 UDate start = Calendar::getNow();
98 while (Calendar::getNow() == start) ; // Wait for time to change
H A Dtsdate.cpp121 UDate now = Calendar::getNow();
H A Ddadrfmt.cpp122 UDate now = Calendar::getNow();
H A Dmiscdtfm.cpp158 UDate d = Calendar::getNow();
H A Dtzfmttst.cpp439 timer = Calendar::getNow();
551 times[patidx] += (Calendar::getNow() - timer);
859 UDate d = Calendar::getNow();

Completed in 1952 milliseconds

1234