HomeSort by relevance Sort by last modified time
    Searched refs:input_was_empty (Results 1 - 2 of 2) sorted by null

  /external/chromium/base/
string_util.cc 224 bool input_was_empty = input.empty(); // in case output == &input local
226 return input_was_empty ? TRIM_NONE : positions;
    [all...]
  /external/chromium_org/base/strings/
string_util.cc 181 bool input_was_empty = input.empty(); // in case output == &input local
183 return input_was_empty ? TRIM_NONE : positions;

Completed in 333 milliseconds