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

  /external/pdfium/xfa/fxfa/app/
xfa_fftextedit.cpp 653 CFX_WideString wsDate;
654 date.FormatPatterns(wsDate, wsPicture, m_pDataAcc->GetLocal(),
657 pDateTime->SetEditText(wsDate);
  /external/pdfium/xfa/fxfa/parser/
xfa_localevalue.cpp 423 bool CXFA_LocaleValue::SetDate(const CFX_WideString& wsDate,
427 return m_bValid = ParsePatternValue(wsDate, wsFormat, pLocale);
538 CFX_WideString& wsDate,
540 wsDate = L"";
553 wsDate = wsDateTime.Left(nSplitIndex);
568 CFX_WideString wsDate, wsTime;
569 if (XFA_ValueSplitDateTime(wsValue, wsDate, wsTime) &&
570 ValidateCanonicalDate(wsDate, dt)) {
579 CFX_WideString wsDate, wsTime;
580 if (XFA_ValueSplitDateTime(wsValue, wsDate, wsTime) &
    [all...]
cxfa_widgetdata.cpp 36 CFX_WideString& wsDate,
38 wsDate = L"";
50 wsDate = wsDateTime.Left(nSplitIndex);
51 if (!wsDate.IsEmpty()) {
52 int32_t iCount = wsDate.GetLength();
55 if (wsDate[i] >= '0' && wsDate[i] <= '9')
    [all...]

Completed in 226 milliseconds