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

/external/libchrome/base/strings/
H A Dstring_piece.h38 typedef BasicStringPiece<string16> StringPiece16; typedef in namespace:base
52 BASE_EXPORT void CopyToString(const StringPiece16& self, string16* target);
55 BASE_EXPORT void AppendToString(const StringPiece16& self, string16* target);
61 BASE_EXPORT size_t copy(const StringPiece16& self,
69 BASE_EXPORT size_t find(const StringPiece16& self,
70 const StringPiece16& s,
75 BASE_EXPORT size_t find(const StringPiece16& self,
82 BASE_EXPORT size_t rfind(const StringPiece16& self,
83 const StringPiece16& s,
88 BASE_EXPORT size_t rfind(const StringPiece16
[all...]

Completed in 222 milliseconds