Home
last modified time | relevance | path

Searched refs:sFormat (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/fpdfsdk/src/javascript/
Dutil.cpp86 int util::ParstDataType(std::wstring* sFormat) { in ParstDataType() argument
88 for (size_t i = 0; i < sFormat->length(); ++i) { in ParstDataType()
89 wchar_t c = (*sFormat)[i]; in ParstDataType()
106 (*sFormat)[i] = L'S'; in ParstDataType()
402 CFX_WideString sFormat = params[0].ToCFXWideString(); in printx() local
404 std::string cFormat = CFX_ByteString::FromUnicode(sFormat).c_str(); in printx()
499 CFX_WideString sFormat = params[0].ToCFXWideString(); in scand() local
503 dDate = CJS_PublicMethods::MakeRegularDate(sDate, sFormat, nullptr); in scand()
DPublicMethods.cpp1323 CFX_WideString sFormat = params[0].ToCFXWideString(); in AFDate_FormatEx() local
1331 dDate = MakeRegularDate(strValue, sFormat, nullptr); in AFDate_FormatEx()
1337 sFormat.c_str()); in AFDate_FormatEx()
1342 val = MakeFormatDate(dDate, sFormat); in AFDate_FormatEx()
1437 CFX_WideString sFormat = params[0].ToCFXWideString(); in AFDate_KeystrokeEx() local
1439 double dRet = MakeRegularDate(strValue, sFormat, &bWrongFormat); in AFDate_KeystrokeEx()
1443 sFormat.c_str()); in AFDate_KeystrokeEx()
1832 CFX_WideString sFormat = params[1].ToCFXWideString(); in AFParseDateEx() local
1834 double dDate = MakeRegularDate(sValue, sFormat, nullptr); in AFParseDateEx()
1839 sFormat.c_str()); in AFParseDateEx()
Dutil.h49 static int ParstDataType(std::wstring* sFormat);