Home
last modified time | relevance | path

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

/external/libchrome/base/strings/
Dstring_split.cc37 template<typename Str> BasicStringPiece<Str> WhitespaceForType();
38 template<> StringPiece16 WhitespaceForType<string16>() { in WhitespaceForType() function
41 template<> StringPiece WhitespaceForType<std::string>() { in WhitespaceForType() function
96 piece = TrimString(piece, WhitespaceForType<Str>(), TRIM_ALL); in SplitStringT()
151 term = TrimString(term, WhitespaceForType<Str>(), TRIM_ALL); in SplitStringUsingSubstrT()