Home
last modified time | relevance | path

Searched refs:pBuff (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/fpdfsdk/
Dcpdfsdk_formfillenvironment.cpp133 std::vector<uint8_t, FxAllocAllocator<uint8_t>> pBuff(nRequiredLen); in GetLanguage() local
135 m_pInfo->FFI_GetLanguage(m_pInfo, pBuff.data(), nRequiredLen); in GetLanguage()
139 return WideString::FromUTF16LE(reinterpret_cast<uint16_t*>(pBuff.data()), in GetLanguage()
155 std::vector<uint8_t, FxAllocAllocator<uint8_t>> pBuff(nRequiredLen); in GetPlatform() local
157 m_pInfo->FFI_GetPlatform(m_pInfo, pBuff.data(), nRequiredLen); in GetPlatform()
161 return WideString::FromUTF16LE(reinterpret_cast<uint16_t*>(pBuff.data()), in GetPlatform()
223 std::vector<uint8_t, FxAllocAllocator<uint8_t>> pBuff(nRequiredLen); in JS_fieldBrowse() local
225 m_pInfo->m_pJsPlatform, pBuff.data(), nRequiredLen); in JS_fieldBrowse()
230 pBuff.resize(nActualLen - 1); in JS_fieldBrowse()
231 return WideString::FromDefANSI(ByteStringView(pBuff)); in JS_fieldBrowse()
[all …]
/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_context.cpp316 std::vector<uint8_t> pBuff(nLength); in Response() local
318 WideString(), bMark, pBuff.data(), in Response()
324 pBuff[nLength] = 0; in Response()
325 pBuff[nLength + 1] = 0; in Response()
326 return WideString::FromUTF16LE(reinterpret_cast<uint16_t*>(pBuff.data()), in Response()
/external/pdfium/fxjs/
Dcjs_app.cpp545 std::vector<uint8_t> pBuff(MAX_INPUT_BYTES + 2); in response() local
547 swQuestion, swTitle, swDefault, swLabel, bPassword, pBuff.data(), in response()
554 WideString::FromUTF16LE(reinterpret_cast<uint16_t*>(pBuff.data()), in response()