/external/skia/tools/ |
picture_utils.h | 28 void replace_char(SkString* str, const char oldChar, const char newChar);
|
picture_utils.cpp | 37 void replace_char(SkString* str, const char oldChar, const char newChar) { function in namespace:sk_tools
|
/external/skqp/tools/ |
picture_utils.h | 28 void replace_char(SkString* str, const char oldChar, const char newChar);
|
picture_utils.cpp | 37 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, '.', '/');
|
/external/protobuf/src/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);
|
structurally_valid.cc | 547 // overwriting illegal bytes with replace_char (typically blank). 548 // replace_char must be legal printable 7-bit Ascii 0x20..0x7e. 559 const char replace_char) { 573 dst[0] = replace_char; // replace one bad byte
|
/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);
|