Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/javascript/
Dglobal.cpp192 pData->data.sKey.UTF8Decode(), in UpdateGlobalPersistentVariables()
200 m_pJSObject->ToV8Object(), pData->data.sKey.UTF8Decode(), in UpdateGlobalPersistentVariables()
208 m_pJSObject->ToV8Object(), pData->data.sKey.UTF8Decode(), in UpdateGlobalPersistentVariables()
209 pRuntime->NewString(pData->data.sData.UTF8Decode().AsStringC())); in UpdateGlobalPersistentVariables()
217 pData->data.sKey.UTF8Decode(), pObj); in UpdateGlobalPersistentVariables()
224 pData->data.sKey.UTF8Decode(), in UpdateGlobalPersistentVariables()
328 pRuntime->PutObjectProperty(pObj, pObjData->sKey.UTF8Decode(), in PutObjectProperty()
332 pRuntime->PutObjectProperty(pObj, pObjData->sKey.UTF8Decode(), in PutObjectProperty()
337 pObj, pObjData->sKey.UTF8Decode(), in PutObjectProperty()
338 pRuntime->NewString(pObjData->sData.UTF8Decode().AsStringC())); in PutObjectProperty()
[all …]
/external/pdfium/xfa/fxbarcode/
Dcbc_upca.cpp42 encodeContents = byteString.UTF8Decode(); in Preprocess()
Dcbc_ean13.cpp43 encodeContents = byteString.UTF8Decode(); in Preprocess()
/external/pdfium/xfa/fgas/font/
Dcfgas_fontmgr.cpp546 m_wsNext = GetNextFile().UTF8Decode(); in GetStartPosition()
556 m_wsNext = GetNextFile().UTF8Decode(); in GetNext()
1013 CFX_ByteString(pFace->family_name).UTF8Decode()); in RegisterFace()
/external/pdfium/core/fxge/win32/
Dfx_win32_print.cpp233 const CFX_WideString wsName = pFont->GetFaceName().UTF8Decode(); in DrawDeviceText()
/external/pdfium/core/fxcrt/
Dfx_string.h148 CFX_WideString UTF8Decode() const;
Dfx_basic_bstring.cpp845 CFX_WideString CFX_ByteString::UTF8Decode() const { in UTF8Decode() function in CFX_ByteString