HomeSort by relevance Sort by last modified time
    Searched defs:AsStringView (Results 1 - 3 of 3) sorted by null

  /external/pdfium/core/fxcrt/
cfx_widetextbuf.h 22 WideStringView AsStringView() const {
bytestring.h 82 ByteStringView AsStringView() const {
188 uint32_t GetID() const { return AsStringView().GetID(); }
238 return ByteString(str1.AsStringView(), str2.AsStringView());
241 return ByteString(str1.AsStringView(), ByteStringView(ch));
244 return ByteString(ch, str2.AsStringView());
247 return ByteString(str1.AsStringView(), str2);
250 return ByteString(str1, str2.AsStringView());
254 return ByteString(str1.AsStringView(), str2);
258 return ByteString(str1, str2.AsStringView());
    [all...]
widestring.h 78 WideStringView AsStringView() const {
225 return WideString(str1.AsStringView(), str2.AsStringView());
228 return WideString(str1.AsStringView(), WideStringView(ch));
231 return WideString(ch, str2.AsStringView());
234 return WideString(str1.AsStringView(), str2);
237 return WideString(str1, str2.AsStringView());
241 return WideString(str1.AsStringView(), str2);
245 return WideString(str1, str2.AsStringView());
279 return FX_HashCode_GetW(str.AsStringView(), false)
    [all...]

Completed in 61 milliseconds