Home
last modified time | relevance | path

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

/third_party/gn/src/base/strings/
H A Dstring_split.cc19 std::basic_string_view<char_type> WhitespaceForType();
21 std::u16string_view WhitespaceForType<char16_t>() { in WhitespaceForType() function
25 std::string_view WhitespaceForType<char>() { in WhitespaceForType() function
87 piece = TrimString(piece, WhitespaceForType<char_type>(), TRIM_ALL); in SplitStringT()
141 term = TrimString(term, WhitespaceForType<char_type>(), TRIM_ALL); in SplitStringUsingSubstrT()

Completed in 1 milliseconds