Searched refs:szFormat (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/fxjs/ |
D | cfxjse_formcalc_context.h | 124 const ByteStringView& szFormat, 128 const ByteStringView& szFormat, 132 const ByteStringView& szFormat, 151 const ByteStringView& szFormat,
|
D | cfxjse_formcalc_context.cpp | 485 const ByteStringView& szFormat) { in FormatFromString() argument 486 if (!szFormat.IsEmpty()) in FormatFromString() 487 return WideString::FromUTF8(szFormat); in FormatFromString() 1994 const ByteStringView& szFormat, in Local2IsoDate() argument 2005 WideString wsFormat = FormatFromString(pLocale, szFormat); in Local2IsoDate() 2018 const ByteStringView& szFormat, in IsoDate2Local() argument 2029 WideString wsFormat = FormatFromString(pLocale, szFormat); in IsoDate2Local() 2040 const ByteStringView& szFormat, in IsoTime2Local() argument 2052 L"time{", FormatFromString(pLocale, szFormat).AsStringView(), L"}"}; in IsoTime2Local() 2183 const ByteStringView& szFormat, in Num2AllTime() argument [all …]
|
/external/pdfium/fpdfsdk/fpdfxfa/ |
D | cpdfxfa_docenvironment.cpp | 493 const char* szFormat = in ExportData() local 495 ByteString content = ByteString::Format(szFormat, bPath.c_str()); in ExportData()
|