Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/javascript/
Dutil.cpp99 int util::ParstDataType(std::wstring* sFormat) in ParstDataType() argument
103 for (i=0; i<sFormat->length(); ++i) in ParstDataType()
105 wchar_t c = (*sFormat)[i]; in ParstDataType()
126 (*sFormat)[i] = L'S'; in ParstDataType()
472 CFX_WideString sFormat = params[0].operator CFX_WideString(); in printx() local
474 std::string cFormat = (FX_LPCSTR)CFX_ByteString::FromUnicode(sFormat); in printx()
587 CFX_WideString sFormat = params[0].operator CFX_WideString(); in scand() local
594 dDate = CJS_PublicMethods::MakeRegularDate(sDate,sFormat,bWrongFormat); in scand()
DPublicMethods.cpp1548 CFX_WideString sFormat = params[0].operator CFX_WideString(); in AFDate_FormatEx() local
1561 dDate = MakeRegularDate(strValue,sFormat,bWrongFormat); in AFDate_FormatEx()
1567 swMsg.Format(JSGetStringFromID(pContext, IDS_STRING_JSPARSEDATE), (FX_LPCWSTR)sFormat); in AFDate_FormatEx()
1572 val = MakeFormatDate(dDate,sFormat); in AFDate_FormatEx()
1658 CFX_WideString sFormat = params[0].operator CFX_WideString(); in AFDate_KeystrokeEx() local
1661 double dRet = MakeRegularDate(strValue,sFormat,bWrongFormat); in AFDate_KeystrokeEx()
1665 swMsg.Format(JSGetStringFromID(pContext, IDS_STRING_JSPARSEDATE), (FX_LPCWSTR)sFormat); in AFDate_KeystrokeEx()
2064 CFX_WideString sFormat = params[1].operator CFX_WideString(); in AFParseDateEx() local
2067 double dDate = MakeRegularDate(sValue,sFormat,bWrongFormat); in AFParseDateEx()
2072 swMsg.Format(JSGetStringFromID(pContext, IDS_STRING_JSPARSEDATE), (FX_LPCWSTR)sFormat); in AFParseDateEx()
/external/pdfium/fpdfsdk/include/javascript/
Dutil.h26 static int ParstDataType(std::wstring* sFormat);