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

  /external/pdfium/xfa/fxfa/parser/
cxfa_localevalue.cpp 46 WideString& wsTime) {
48 wsTime = L"";
59 wsTime = wsDateTime.Right(wsDateTime.GetLength() - nSplitIndex.value() - 1);
401 WideString wsTime;
402 if (ValueSplitDateTime(wsValue, wsDate, wsTime) &&
413 WideString wsTime;
414 if (ValueSplitDateTime(wsValue, wsDate, wsTime) &&
415 ValidateCanonicalTime(wsTime)) {
421 WideString wsDate, wsTime;
422 if (ValueSplitDateTime(wsValue, wsDate, wsTime) &
    [all...]
cxfa_localevalue.h 75 bool ValidateCanonicalTime(const WideString& wsTime);
  /external/pdfium/xfa/fgas/crt/
cfgas_formatstring.h 16 bool FX_TimeFromCanonical(const WideStringView& wsTime,
cfgas_formatstring.cpp 342 bool ParseLocaleTime(const WideString& wsTime,
352 const wchar_t* str = wsTime.c_str();
353 int len = wsTime.GetLength();
762 bool FX_TimeFromCanonical(const WideStringView& wsTime,
765 if (wsTime.GetLength() == 0)
768 const wchar_t* str = wsTime.unterminated_c_str();
769 int len = wsTime.GetLength();
    [all...]
  /external/pdfium/xfa/fxfa/
cxfa_widgetacc.cpp 339 WideString& wsTime) {
341 wsTime = L"";
356 wsTime = wsDateTime.Right(wsDateTime.GetLength() - nSplitIndex.value() - 1);
357 if (!wsTime.IsEmpty()) {
358 if (!std::any_of(wsTime.begin(), wsTime.end(), std::iswdigit))
    [all...]

Completed in 94 milliseconds