Home
last modified time | relevance | path

Searched defs:replace_char (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/googletest/googletest/include/gtest/internal/
H A Dgtest-type-util.h74 const char replace_char = ','; in CanonicalizeForStdLibVersioning() local
/aosp_15_r20/external/toybox/toys/other/
H A Dsysctl.c39 static void replace_char(char *str, char old, char new) in replace_char() function
/aosp_15_r20/external/libchrome/base/i18n/
H A Dfile_util_icu.cc108 char replace_char) { in ReplaceIllegalCharactersInPath()
/aosp_15_r20/external/cronet/base/i18n/
H A Dfile_util_icu.cc192 char replace_char) { in ReplaceIllegalCharactersInPath()
/aosp_15_r20/external/rust/android-crates-io/crates/uefi/src/data_types/
Downed_strs.rs88 pub fn replace_char(&mut self, search: Char16, replace: Char16) { in replace_char() method
/aosp_15_r20/external/rust/crates/uefi/src/data_types/
Downed_strs.rs88 pub fn replace_char(&mut self, search: Char16, replace: Char16) { in replace_char() method
/aosp_15_r20/external/protobuf/src/google/protobuf/stubs/
H A Dstructurally_valid.cc588 const char replace_char) { in UTF8CoerceToStructurallyValid()
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/stubs/
H A Dstructurally_valid.cc588 const char replace_char) { in UTF8CoerceToStructurallyValid()
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/localization/
H A Dcodecvt_unicode.pass.cpp36 CharT replace_char; member