Searched refs:bsStr (Results 1 – 3 of 3) sorted by relevance
26 WideString FX_UTF8Decode(ByteStringView bsStr) { in FX_UTF8Decode() argument27 CFX_UTF8Decoder decoder(bsStr); in FX_UTF8Decode()
24 WideString FX_UTF8Decode(ByteStringView bsStr);
405 DataVector<uint8_t> XFA_Base64Decode(const ByteString& bsStr) { in XFA_Base64Decode() argument407 if (bsStr.IsEmpty()) in XFA_Base64Decode()410 DataVector<uint8_t> buffer = XFA_RemoveBase64Whitespace(bsStr.raw_span()); in XFA_Base64Decode()