HomeSort by relevance Sort by last modified time
    Searched refs:SetDate (Results 1 - 11 of 11) sorted by null

  /external/pdfium/core/fxcrt/
cfx_datetime.h 57 void SetDate(int32_t year, uint8_t month, uint8_t day) {
  /external/pdfium/fxjs/
cfxjse_value.h 57 void SetDate(double dDouble);
cfxjse_value.cpp 106 void CFXJSE_Value::SetDate(double dDouble) {
  /external/pdfium/xfa/fxfa/parser/
cxfa_localevalue.h 62 bool SetDate(const CFX_DateTime& d);
cxfa_localevalue.cpp 293 bool CXFA_LocaleValue::SetDate(const CFX_DateTime& d) {
503 unDate->SetDate(wYear, static_cast<uint8_t>(wMonth),
646 SetDate(dt);
  /external/dng_sdk/source/
dng_date_time.h 282 void SetDate (uint32 year,
dng_date_time.cpp 214 void dng_date_time_info::SetDate (uint32 year,
267 SetDate ((uint32) year,
497 SetDate ((uint32) year,
  /external/pdfium/xfa/fxfa/
cxfa_ffdatetimeedit.cpp 190 date.SetDate(CFX_DateTime(iYear, iMonth, iDay, 0, 0, 0, 0));
  /external/chromium-trace/catapult/devil/devil/android/tools/
provision_devices.py 139 steps.append(ProvisionStep(SetDate))
462 def SetDate(device):
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Core/
DistributionPackageClass.py 69 def SetDate(self, Date):
  /external/pdfium/xfa/fgas/crt/
cfgas_formatstring.cpp 319 datetime->SetDate(year, month, day);
726 datetime->SetDate(year, 1, 1);
739 datetime->SetDate(year, month, 1);
758 datetime->SetDate(year, month, day);
    [all...]

Completed in 1014 milliseconds