Home
last modified time | relevance | path

Searched refs:UTF8Decode (Results 1 – 9 of 9) sorted by relevance

/external/pdfium/fxjs/
Dcjs_global.cpp374 pData->data.sKey.UTF8Decode(), in UpdateGlobalPersistentVariables()
382 m_pJSObject->ToV8Object(), pData->data.sKey.UTF8Decode(), in UpdateGlobalPersistentVariables()
390 m_pJSObject->ToV8Object(), pData->data.sKey.UTF8Decode(), in UpdateGlobalPersistentVariables()
391 pRuntime->NewString(pData->data.sData.UTF8Decode().AsStringView())); in UpdateGlobalPersistentVariables()
400 pData->data.sKey.UTF8Decode(), pObj); in UpdateGlobalPersistentVariables()
408 pData->data.sKey.UTF8Decode(), in UpdateGlobalPersistentVariables()
511 pRuntime->PutObjectProperty(pObj, pObjData->sKey.UTF8Decode(), in PutObjectProperty()
515 pRuntime->PutObjectProperty(pObj, pObjData->sKey.UTF8Decode(), in PutObjectProperty()
520 pObj, pObjData->sKey.UTF8Decode(), in PutObjectProperty()
521 pRuntime->NewString(pObjData->sData.UTF8Decode().AsStringView())); in PutObjectProperty()
[all …]
/external/pdfium/fpdfsdk/
Dfpdf_structtree.cpp99 return elem ? WideStringToBuffer(elem->GetType().UTF8Decode(), buffer, buflen) in FPDF_StructElement_GetType()
109 ? WideStringToBuffer(elem->GetTitle().UTF8Decode(), buffer, buflen) in FPDF_StructElement_GetTitle()
/external/pdfium/core/fxcrt/
Dcfx_seekablestreamproxy.cpp28 std::pair<size_t, size_t> UTF8Decode(const char* pSrc, in UTF8Decode() function
259 std::tie(iSrc, iMaxLength) = UTF8Decode( in ReadString()
Dbytestring.h186 WideString UTF8Decode() const;
Dbytestring.cpp691 WideString ByteString::UTF8Decode() const { in UTF8Decode() function in fxcrt::ByteString
/external/pdfium/fxbarcode/
Dcbc_ean13.cpp45 encodeContents = byteString.UTF8Decode(); in Preprocess()
Dcbc_upca.cpp44 encodeContents = byteString.UTF8Decode(); in Preprocess()
/external/pdfium/xfa/fgas/font/
Dcfgas_fontmgr.cpp512 m_wsNext = GetNextFile().UTF8Decode(); in HasStartPosition()
524 m_wsNext = GetNextFile().UTF8Decode(); in GetNext()
823 pFont->m_wsFamilyNames.push_back(ByteString(pFace->family_name).UTF8Decode()); in RegisterFace()
/external/pdfium/core/fxge/win32/
Dfx_win32_print.cpp234 const WideString wsName = pFont->GetFaceName().UTF8Decode(); in DrawDeviceText()