Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dfpdf_attachment.cpp178 ByteString bsValue = ByteStringFromFPDFWideString(value); in FPDFAttachment_SetStringValue() local
181 bsValue = CFXByteStringHexDecode(bsValue); in FPDFAttachment_SetStringValue()
183 pParamsDict->SetNewFor<CPDF_String>(bsKey, bsValue, bEncodedAsHex); in FPDFAttachment_SetStringValue()
/external/protobuf/java/core/src/test/java/com/google/protobuf/
DCodedInputStreamTest.java583 ByteString bsValue = ByteString.wrap(value); in getBigSerializedMessage() local
584 return TestAllTypes.newBuilder().setOptionalBytes(bsValue).build().toByteArray(); in getBigSerializedMessage()
/external/pdfium/fxjs/xfa/
Dcfxjse_formcalc_context.cpp3090 ByteString bsValue = argOne->ToString(); in HasValue() local
3091 bsValue.TrimLeft(); in HasValue()
3092 args.GetReturnValue()->SetInteger(!bsValue.IsEmpty()); in HasValue()
3670 ByteString bsValue = ValueToUTF8String(argTwo.get()); in Format() local
3677 WideString wsValue = WideString::FromUTF8(bsValue.AsStringView()); in Format()
3847 ByteString bsValue = ValueToUTF8String(argTwo.get()); in Parse() local
3853 WideString wsValue = WideString::FromUTF8(bsValue.AsStringView()); in Parse()