/external/icu4c/i18n/ |
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 | 96 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly. 527 calendar.setTime(Calendar::getNow(), status);
|
chnsecal.cpp | 126 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. [all...] |
reldtfmt.cpp | 220 cal.setTime(Calendar::getNow(),status); 252 tempCal->setTime(Calendar::getNow(),status); 509 nowCal->setTime(Calendar::getNow(), status);
|
japancal.cpp | 296 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly.
|
/external/chromium_org/chrome/browser/chromeos/system/ |
timezone_util.cc | 90 UDate now = icu::Calendar::getNow();
|
/external/chromium_org/third_party/icu/source/i18n/ |
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); 458 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 | 96 UDate d = Calendar::getNow(); 117 return Calendar::getNow();
|
/libcore/luni/src/main/native/ |
libcore_icu_TimeZoneNames.cpp | 67 const UDate now(Calendar::getNow());
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
dtfmapts.cpp | 97 UDate start = Calendar::getNow(); 98 while (Calendar::getNow() == start) ; // Wait for time to change
|
dadrfmt.cpp | 119 UDate now = Calendar::getNow();
|
tsdate.cpp | 121 UDate now = Calendar::getNow();
|
tzfmttst.cpp | 330 timer = Calendar::getNow(); 426 times[patidx] += (Calendar::getNow() - timer);
|
/external/icu4c/test/intltest/ |
dtfmapts.cpp | 97 UDate start = Calendar::getNow(); 98 while (Calendar::getNow() == start) ; // Wait for time to change
|
tsdate.cpp | 121 UDate now = Calendar::getNow();
|
/external/chromium/chrome/browser/ui/webui/options/chromeos/ |
system_settings_provider.cc | 252 UDate now = icu::Calendar::getNow();
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/ |
DefaultSuggestionView.java | 190 handleNewDrawable(icon.getNow(), uniqueIconId, source);
|