OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:replace_chars
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/base/strings/
string_util.cc
120
const typename STR::value_type
replace_chars
[],
128
size_t found = output->find_first_of(
replace_chars
);
132
found = output->find_first_of(
replace_chars
, found + replace_length);
139
const char16
replace_chars
[],
142
return ReplaceCharsT(input,
replace_chars
, replace_with, output);
146
const char
replace_chars
[],
149
return ReplaceCharsT(input,
replace_chars
, replace_with, output);
string_util.h
185
// Replaces characters in |
replace_chars
| from anywhere in |input| with
186
// |replace_with|. Each character in |
replace_chars
| will be replaced with
188
// |
replace_chars
| must be null-terminated.
191
const char16
replace_chars
[],
195
const char
replace_chars
[],
string_util_unittest.cc
1112
const char*
replace_chars
;
member in struct:base::TestData
[
all
...]
/system/media/camera/docs/
html.mako
107
replace_chars
=['.', '/', '_', ',']
108
for i in
replace_chars
:
Completed in 612 milliseconds