Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcjs_util.cpp367 WideString sFormat = pRuntime->ToWideString(params[0]); in scand() local
371 dDate = CJS_PublicMethods::MakeRegularDate(sDate, sFormat, nullptr); in scand()
395 int util::ParseDataType(std::wstring* sFormat) { in ParseDataType() argument
402 while (i < sFormat->length()) { in ParseDataType()
403 wchar_t c = (*sFormat)[i]; in ParseDataType()
451 (*sFormat)[i] = L'S'; in ParseDataType()
Dcjs_publicmethods.cpp1161 WideString sFormat = pRuntime->ToWideString(params[0]); in AFDate_FormatEx() local
1168 dDate = MakeRegularDate(strValue, sFormat, nullptr); in AFDate_FormatEx()
1173 JSGetStringFromID(JSMessage::kParseDateError).c_str(), sFormat.c_str()); in AFDate_FormatEx()
1178 val = MakeFormatDate(dDate, sFormat); in AFDate_FormatEx()
1238 WideString sFormat = pRuntime->ToWideString(params[0]); in AFDate_KeystrokeEx() local
1240 double dRet = MakeRegularDate(strValue, sFormat, &bWrongFormat); in AFDate_KeystrokeEx()
1244 sFormat.c_str()); in AFDate_KeystrokeEx()
1534 WideString sFormat = pRuntime->ToWideString(params[1]); in AFParseDateEx() local
1535 double dDate = MakeRegularDate(sValue, sFormat, nullptr); in AFParseDateEx()
1538 JSGetStringFromID(JSMessage::kParseDateError).c_str(), sFormat.c_str()); in AFParseDateEx()
Dcjs_util.h42 static int ParseDataType(std::wstring* sFormat);