Home
last modified time | relevance | path

Searched refs:bsValue (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/fpdfsdk/
Dfpdfattachment.cpp174 ByteString bsValue = CFXByteStringFromFPDFWideString(value); in FPDFAttachment_SetStringValue() local
177 bsValue = CFXByteStringHexDecode(bsValue); in FPDFAttachment_SetStringValue()
179 pParamsDict->SetNewFor<CPDF_String>(bsKey, bsValue, bEncodedAsHex); in FPDFAttachment_SetStringValue()
/external/pdfium/core/fxcrt/xml/
Dcfx_saxreaderhandler.cpp42 const ByteStringView& bsValue) { in OnTagAttribute() argument
45 pTag->m_TextBuf << " " << bsAttri << "=\"" << bsValue << "\""; in OnTagAttribute()
Dcfx_saxreaderhandler.h26 const ByteStringView& bsValue) override;
Dcfx_saxreader_unittest.cpp26 const ByteStringView& bsValue));
Dcfx_saxreader.h83 const ByteStringView& bsValue) = 0;