Searched defs:StringPiece16 (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/base/strings/
H A Dstring_piece.h22 // StringPiece16 is similar to StringPiece but for base::string16 instead of
45 typedef BasicStringPiece<string16> StringPiece16; typedef in namespace:base
59 BASE_EXPORT void CopyToString(const StringPiece16& self, string16* target);
62 BASE_EXPORT void AppendToString(const StringPiece16& self, string16* target);
68 BASE_EXPORT size_t copy(const StringPiece16& self,
76 BASE_EXPORT size_t find(const StringPiece16& self,
77 const StringPiece16& s,
82 BASE_EXPORT size_t find(const StringPiece16& self,
89 BASE_EXPORT size_t rfind(const StringPiece16& self,
90 const StringPiece16
[all...]

Completed in 263 milliseconds