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

/external/libweave/src/
H A Dstring_utils.cc46 bool purge_empty_strings) {
54 if (!tmp_str.empty() || !purge_empty_strings)
43 Split(const std::string& str, const std::string& delimiter, bool trim_whitespaces, bool purge_empty_strings) argument
/external/libbrillo/brillo/strings/
H A Dstring_utils.cc20 bool purge_empty_strings) {
31 if (!tmp_str.empty() || !purge_empty_strings)
17 Split(const std::string& str, const std::string& delimiter, bool trim_whitespaces, bool purge_empty_strings) argument

Completed in 114 milliseconds