Searched refs:getNow (Results 1 - 25 of 76) sorted by relevance

1234

/external/chromium_org/third_party/tlslite/tlslite/utils/
H A DdateFuncs.py27 def getNow(): function
59 def getNow(): function
66 d = getNow()
71 n = getNow()
/external/icu4c/samples/msgfmt/answers/
H A Dmain_2.cpp34 msgArgs[1].setDate(Calendar::getNow());
H A Dmain_3.cpp34 msgArgs[1].setDate(Calendar::getNow());
/external/icu4c/samples/msgfmt/
H A Dmain.cpp34 msgArgs[1].setDate(Calendar::getNow());
/external/chromium_org/third_party/icu/source/i18n/
H A Dbuddhcal.cpp36 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly.
194 calendar.setTime(Calendar::getNow(), status);
H A Dtaiwncal.cpp36 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly.
201 calendar.setTime(Calendar::getNow(), status);
H A Dcecal.cpp52 setTimeInMillis(getNow(), success);
H A Dcoptccal.cpp138 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 Dpersncal.cpp193 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly.
444 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);
1333 calendar->setTime(Calendar::getNow(), status);
H A Dethpccal.cpp175 calendar.setTime(Calendar::getNow(), status);
H A Dhebrwcal.cpp158 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly.
738 calendar.setTime(Calendar::getNow(), status);
H A Dislamcal.cpp97 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly.
524 calendar.setTime(Calendar::getNow(), status);
/external/icu4c/i18n/
H A Dbuddhcal.cpp36 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly.
194 calendar.setTime(Calendar::getNow(), status);
H A Dpersncal.cpp82 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly.
313 calendar.setTime(Calendar::getNow(), status);
H A Dtaiwncal.cpp36 setTimeInMillis(getNow(), success); // Call this again now that the vtable is set up properly.
201 calendar.setTime(Calendar::getNow(), status);
H A Dcecal.cpp52 setTimeInMillis(getNow(), success);
H A Dcoptccal.cpp138 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 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);
1333 calendar->setTime(Calendar::getNow(), status);
H A Dethpccal.cpp175 calendar.setTime(Calendar::getNow(), status);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dincaltst.cpp224 UDate timeA = Calendar::getNow();
240 UDate timeB = Calendar::getNow();
264 UDate timeA = Calendar::getNow();
293 UDate timeB = Calendar::getNow();
314 UDate timeA = Calendar::getNow();
344 UDate timeB = Calendar::getNow();
365 UDate timeA = Calendar::getNow();
397 UDate timeB = Calendar::getNow();
718 UDate timeA = Calendar::getNow();
725 UDate timeB = Calendar::getNow();
[all...]
/external/icu4c/test/intltest/
H A Dincaltst.cpp224 UDate timeA = Calendar::getNow();
240 UDate timeB = Calendar::getNow();
264 UDate timeA = Calendar::getNow();
293 UDate timeB = Calendar::getNow();
314 UDate timeA = Calendar::getNow();
344 UDate timeB = Calendar::getNow();
365 UDate timeA = Calendar::getNow();
397 UDate timeB = Calendar::getNow();
718 UDate timeA = Calendar::getNow();
725 UDate timeB = Calendar::getNow();
[all...]
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
H A Dtimezone_options_util.cc90 UDate now = icu::Calendar::getNow();

Completed in 266 milliseconds

1234