HomeSort by relevance Sort by last modified time
    Searched refs:getNow (Results 1 - 25 of 38) sorted by null

1 2

  /external/icu4c/samples/msgfmt/answers/
main_2.cpp 34 msgArgs[1].setDate(Calendar::getNow());
main_3.cpp 34 msgArgs[1].setDate(Calendar::getNow());
  /external/icu4c/samples/msgfmt/
main.cpp 34 msgArgs[1].setDate(Calendar::getNow());
  /external/icu4c/i18n/
buddhcal.cpp 36 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly.
194 calendar.setTime(Calendar::getNow(), status);
taiwncal.cpp 36 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly.
201 calendar.setTime(Calendar::getNow(), status);
cecal.cpp 52 setTimeInMillis(getNow(), success);
coptccal.cpp 138 calendar.setTime(Calendar::getNow(), status);
indiancal.cpp 44 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly.
425 calendar.setTime(Calendar::getNow(), status);
persncal.cpp 193 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly.
444 calendar.setTime(Calendar::getNow(), status);
gregocal.cpp 158 setTimeInMillis(getNow(), status);
169 setTimeInMillis(getNow(), status);
180 setTimeInMillis(getNow(), status);
191 setTimeInMillis(getNow(), status);
203 setTimeInMillis(getNow(), status);
215 setTimeInMillis(getNow(), status);
    [all...]
ethpccal.cpp 175 calendar.setTime(Calendar::getNow(), status);
hebrwcal.cpp 158 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly.
738 calendar.setTime(Calendar::getNow(), status);
islamcal.cpp 97 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly.
524 calendar.setTime(Calendar::getNow(), status);
reldtfmt.cpp 204 cal.setTime(Calendar::getNow(),status);
454 nowCal->setTime(Calendar::getNow(), status);
japancal.cpp 296 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly.
astro.cpp 244 fTime(Calendar::getNow()), fLongitude(0.0), fLatitude(0.0), fGmtOffset(0.0), moonPosition(0,0), moonPositionSet(FALSE) {
274 fTime(Calendar::getNow()), moonPosition(0,0), moonPositionSet(FALSE) {
    [all...]
chnsecal.cpp 117 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly.
844 calendar.setTime(Calendar::getNow(), status);
ucal.cpp 93 UDate d = Calendar::getNow();
114 return Calendar::getNow();
  /hardware/ril/libril/
ril_event.cpp 96 static void getNow(struct timeval * tv)
167 getNow(&now);
221 getNow(&now);
299 getNow(&now);
  /external/icu4c/test/intltest/
incaltst.cpp 222 UDate timeA = Calendar::getNow();
238 UDate timeB = Calendar::getNow();
262 UDate timeA = Calendar::getNow();
291 UDate timeB = Calendar::getNow();
312 UDate timeA = Calendar::getNow();
342 UDate timeB = Calendar::getNow();
363 UDate timeA = Calendar::getNow();
395 UDate timeB = Calendar::getNow();
733 UDate timeA = Calendar::getNow();
740 UDate timeB = Calendar::getNow();
    [all...]
dtfmapts.cpp 68 UDate start = Calendar::getNow();
69 while (Calendar::getNow() == start) ; // Wait for time to change
tzfmttst.cpp 349 timer = Calendar::getNow();
451 times[patidx] += (Calendar::getNow() - timer);
dadrfmt.cpp 119 UDate now = Calendar::getNow();
tsdate.cpp 121 UDate now = Calendar::getNow();
miscdtfm.cpp 155 UDate d = Calendar::getNow();

Completed in 1284 milliseconds

1 2