HomeSort by relevance Sort by last modified time
    Searched defs:wsDate (Results 1 - 3 of 3) sorted by null

  /external/pdfium/xfa/src/fxfa/src/app/
xfa_fftextedit.cpp 782 CFX_WideString wsDate;
783 date.FormatPatterns(wsDate, wsPicture, m_pDataAcc->GetLocal(),
786 pDateTime->SetEditText(wsDate);
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_localevalue.cpp 414 FX_BOOL CXFA_LocaleValue::SetDate(const CFX_WideString& wsDate,
418 return m_bValid = ParsePatternValue(wsDate, wsFormat, pLocale);
532 CFX_WideString& wsDate,
534 wsDate = L"";
547 wsDate = wsDateTime.Left(nSplitIndex);
562 CFX_WideString wsDate, wsTime;
563 if (XFA_ValueSplitDateTime(wsValue, wsDate, wsTime) &&
564 ValidateCanonicalDate(wsDate, dt)) {
573 CFX_WideString wsDate, wsTime;
574 if (XFA_ValueSplitDateTime(wsValue, wsDate, wsTime) &&
    [all...]
xfa_objectacc_imp.cpp     [all...]

Completed in 882 milliseconds