OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:replace_char
(Results
1 - 4
of
4
) sorted by null
/external/skia/tools/
picture_utils.h
26
void
replace_char
(SkString* str, const char oldChar, const char newChar);
picture_utils.cpp
33
void
replace_char
(SkString* str, const char oldChar, const char newChar) {
function in namespace:sk_tools
/external/toybox/toys/other/
sysctl.c
39
static void
replace_char
(char *str, char old, char new)
function
76
replace_char
(key = path + 10, '/', '.'); // skip "/proc/sys/"
106
replace_char
(path, '.', '/');
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
common.h
157
// overwriting illegal bytes with
replace_char
(typically ' ' or '?').
158
//
replace_char
must be legal printable 7-bit Ascii 0x20..0x7e.
168
const StringPiece& str, char* dst, char
replace_char
);
Completed in 220 milliseconds