Home
last modified time | relevance | path

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

/external/chromium_org/base/strings/
Dstring_util.cc120 size_t replace_length = replace_with.length(); in ReplaceCharsT() local
128 found = output->find_first_of(replace_chars, found + replace_length); in ReplaceCharsT()