Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/
Dfx_string.cpp26 WideString FX_UTF8Decode(ByteStringView bsStr) { in FX_UTF8Decode() argument
27 CFX_UTF8Decoder decoder(bsStr); in FX_UTF8Decode()
Dfx_string.h24 WideString FX_UTF8Decode(ByteStringView bsStr);
/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.cpp405 DataVector<uint8_t> XFA_Base64Decode(const ByteString& bsStr) { in XFA_Base64Decode() argument
407 if (bsStr.IsEmpty()) in XFA_Base64Decode()
410 DataVector<uint8_t> buffer = XFA_RemoveBase64Whitespace(bsStr.raw_span()); in XFA_Base64Decode()