Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/javascript/
Dutil.cpp72 int ParseDataType(std::wstring* sFormat) { in ParseDataType() argument
74 for (size_t i = 0; i < sFormat->length(); ++i) { in ParseDataType()
75 wchar_t c = (*sFormat)[i]; in ParseDataType()
92 (*sFormat)[i] = L'S'; in ParseDataType()
428 CFX_WideString sFormat = params[0].ToCFXWideString(pRuntime); in scand() local
432 dDate = CJS_PublicMethods::MakeRegularDate(sDate, sFormat, nullptr); in scand()
DPublicMethods.cpp1118 CFX_WideString sFormat = params[0].ToCFXWideString(pRuntime); in AFDate_FormatEx() local
1126 dDate = MakeRegularDate(strValue, sFormat, nullptr); in AFDate_FormatEx()
1132 sFormat.c_str()); in AFDate_FormatEx()
1137 val = MakeFormatDate(dDate, sFormat); in AFDate_FormatEx()
1217 CFX_WideString sFormat = params[0].ToCFXWideString(pRuntime); in AFDate_KeystrokeEx() local
1219 double dRet = MakeRegularDate(strValue, sFormat, &bWrongFormat); in AFDate_KeystrokeEx()
1223 sFormat.c_str()); in AFDate_KeystrokeEx()
1568 CFX_WideString sFormat = params[1].ToCFXWideString(pRuntime); in AFParseDateEx() local
1569 double dDate = MakeRegularDate(sValue, sFormat, nullptr); in AFParseDateEx()
1573 sFormat.c_str()); in AFParseDateEx()