Searched refs:UTF8Decode (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/fpdfsdk/javascript/ |
D | global.cpp | 192 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/ |
D | cbc_upca.cpp | 42 encodeContents = byteString.UTF8Decode(); in Preprocess()
|
D | cbc_ean13.cpp | 43 encodeContents = byteString.UTF8Decode(); in Preprocess()
|
/external/pdfium/xfa/fgas/font/ |
D | cfgas_fontmgr.cpp | 546 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/ |
D | fx_win32_print.cpp | 233 const CFX_WideString wsName = pFont->GetFaceName().UTF8Decode(); in DrawDeviceText()
|
/external/pdfium/core/fxcrt/ |
D | fx_string.h | 148 CFX_WideString UTF8Decode() const;
|
D | fx_basic_bstring.cpp | 845 CFX_WideString CFX_ByteString::UTF8Decode() const { in UTF8Decode() function in CFX_ByteString
|