Home
last modified time | relevance | path

Searched refs:bsRet (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/include/
Dfsdk_mgr.h255 CFX_ByteString bsRet = CFX_ByteString(pbuff, nActualLen); in FFI_GetPlatform() local
257 (unsigned short*)bsRet.GetBuffer(bsRet.GetLength()), in FFI_GetPlatform()
258 bsRet.GetLength() / sizeof(unsigned short)); in FFI_GetPlatform()
445 CFX_ByteString bsRet = CFX_ByteString(pbuff, nActualLen); in FFI_GetLanguage() local
447 (unsigned short*)bsRet.GetBuffer(bsRet.GetLength()), in FFI_GetLanguage()
448 bsRet.GetLength() / sizeof(unsigned short)); in FFI_GetLanguage()
/external/pdfium/fpdfsdk/src/
Dfsdk_mgr.cpp295 CFX_ByteString bsRet = CFX_ByteString(pBuff.get(), nActualLen); in JS_fieldBrowse() local
296 CFX_WideString wsRet = CFX_WideString::FromLocal(bsRet); in JS_fieldBrowse()
318 CFX_ByteString bsRet = CFX_ByteString(pBuff.get(), nActualLen); in JS_docGetFilePath() local
319 CFX_WideString wsRet = CFX_WideString::FromLocal(bsRet); in JS_docGetFilePath()