Searched refs:UTF8Decode (Results 1 – 9 of 9) sorted by relevance
/external/pdfium/fxjs/ |
D | cjs_global.cpp | 374 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/ |
D | fpdf_structtree.cpp | 99 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/ |
D | cfx_seekablestreamproxy.cpp | 28 std::pair<size_t, size_t> UTF8Decode(const char* pSrc, in UTF8Decode() function 259 std::tie(iSrc, iMaxLength) = UTF8Decode( in ReadString()
|
D | bytestring.h | 186 WideString UTF8Decode() const;
|
D | bytestring.cpp | 691 WideString ByteString::UTF8Decode() const { in UTF8Decode() function in fxcrt::ByteString
|
/external/pdfium/fxbarcode/ |
D | cbc_ean13.cpp | 45 encodeContents = byteString.UTF8Decode(); in Preprocess()
|
D | cbc_upca.cpp | 44 encodeContents = byteString.UTF8Decode(); in Preprocess()
|
/external/pdfium/xfa/fgas/font/ |
D | cfgas_fontmgr.cpp | 512 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/ |
D | fx_win32_print.cpp | 234 const WideString wsName = pFont->GetFaceName().UTF8Decode(); in DrawDeviceText()
|