Searched defs:sFormat (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/fpdfsdk/src/javascript/
H A Dutil.cpp99 int util::ParstDataType(std::wstring* sFormat) argument
103 for (i=0; i<sFormat->length(); ++i)
105 wchar_t c = (*sFormat)[i];
126 (*sFormat)[i] = L'S';
468 CFX_WideString sFormat = params[0].ToCFXWideString();
470 std::string cFormat = CFX_ByteString::FromUnicode(sFormat).c_str();
584 CFX_WideString sFormat = params[0].ToCFXWideString();
590 dDate = CJS_PublicMethods::MakeRegularDate(sDate,sFormat,bWrongFormat);

Completed in 118 milliseconds