Home
last modified time | relevance | path

Searched refs:bstrc (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fxcrt/
Dbytestring.cpp145 ByteString::ByteString(ByteStringView bstrc) { in ByteString() argument
146 if (!bstrc.IsEmpty()) { in ByteString()
148 StringData::Create(bstrc.unterminated_c_str(), bstrc.GetLength())); in ByteString()
Dbytestring.h59 explicit ByteString(ByteStringView bstrc);