Searched defs:strFormat (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/src/javascript/
H A Dutil.cpp307 CFX_WideString strFormat; local
309 strFormat = wcsftime(buf, 64, cFormat.c_str(), &time);
353 // CString strFormat = cppTm.Format(cFormat.c_str());
366 // cFormat = strFormat.GetBuffer(strFormat.GetLength()+1);
388 CFX_WideString strFormat; local
390 strFormat = wcsftime(buf, 64, cFormat.c_str(), &time);
/external/pdfium/xfa/src/fxfa/src/fm2js/
H A Dxfa_fm2jscontext.cpp2323 CFX_ByteString& strFormat,
2373 strFormat = FX_UTF8Encode(strRet, strRet.GetLength());
2378 CFX_ByteString& strFormat,
2429 strFormat = FX_UTF8Encode(strRet, strRet.GetLength());
2434 CFX_ByteString& strFormat) {
2435 GetLocalDateFormat(hThis, iStyle, szLocalStr, strFormat, TRUE);
2440 CFX_ByteString& strFormat) {
2441 GetLocalTimeFormat(hThis, iStyle, szLocalStr, strFormat, TRUE);
2320 GetLocalDateFormat(FXJSE_HOBJECT hThis, int32_t iStyle, const CFX_ByteStringC& szLocalStr, CFX_ByteString& strFormat, FX_BOOL bStandard) argument
2375 GetLocalTimeFormat(FXJSE_HOBJECT hThis, int32_t iStyle, const CFX_ByteStringC& szLocalStr, CFX_ByteString& strFormat, FX_BOOL bStandard) argument
2431 GetStandardDateFormat(FXJSE_HOBJECT hThis, int32_t iStyle, const CFX_ByteStringC& szLocalStr, CFX_ByteString& strFormat) argument
2437 GetStandardTimeFormat(FXJSE_HOBJECT hThis, int32_t iStyle, const CFX_ByteStringC& szLocalStr, CFX_ByteString& strFormat) argument

Completed in 73 milliseconds