Searched refs:bsStr (Results 1 – 3 of 3) sorted by relevance
25 WideString FX_UTF8Decode(ByteStringView bsStr) { in FX_UTF8Decode() argument26 if (bsStr.IsEmpty()) in FX_UTF8Decode()30 for (size_t i = 0; i < bsStr.GetLength(); i++) in FX_UTF8Decode()31 decoder.Input(bsStr[i]); in FX_UTF8Decode()
22 WideString FX_UTF8Decode(ByteStringView bsStr);
399 std::vector<uint8_t> XFA_Base64Decode(const ByteString& bsStr) { in XFA_Base64Decode() argument401 if (bsStr.IsEmpty()) in XFA_Base64Decode()404 std::vector<uint8_t> buffer = XFA_RemoveBase64Whitespace(bsStr.raw_span()); in XFA_Base64Decode()