/aosp_15_r20/external/python/cpython3/Objects/stringlib/ |
D | transmogrify.h | 351 char from_c, Py_ssize_t maxcount) in stringlib_replace_delete_single_character() 447 char from_c, char to_c, in stringlib_replace_single_character_in_place() 546 char from_c, in stringlib_replace_single_character()
|
/aosp_15_r20/external/harfbuzz_ng/src/wasm/rust/harfbuzz-wasm/src/ |
H A D | lib.rs | 243 fn from_c(info: CGlyphInfo, position: CGlyphPosition) -> Self; in from_c() method 399 fn from_c(info: CGlyphInfo, pos: CGlyphPosition) -> Self { in from_c() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/stdarch/crates/intrinsic-test/src/ |
H A D | argument.rs | 81 pub fn from_c(pos: usize, arg: &str, arg_prep: Option<ArgPrep>) -> Argument { in from_c() method
|
H A D | types.rs | 444 pub fn from_c(s: &str) -> Result<IntrinsicType, String> { in from_c() method
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/stdarch/crates/intrinsic-test/src/ |
H A D | argument.rs | 81 pub fn from_c(pos: usize, arg: &str, arg_prep: Option<ArgPrep>) -> Argument { in from_c() method
|
H A D | types.rs | 444 pub fn from_c(s: &str) -> Result<IntrinsicType, String> { in from_c() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/stdarch/crates/intrinsic-test/src/ |
H A D | argument.rs | 81 pub fn from_c(pos: usize, arg: &str, arg_prep: Option<ArgPrep>) -> Argument { in from_c() method
|
H A D | types.rs | 444 pub fn from_c(s: &str) -> Result<IntrinsicType, String> { in from_c() method
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/stdarch/crates/intrinsic-test/src/ |
H A D | argument.rs | 81 pub fn from_c(pos: usize, arg: &str, arg_prep: Option<ArgPrep>) -> Argument { in from_c() method
|
H A D | types.rs | 444 pub fn from_c(s: &str) -> Result<IntrinsicType, String> { in from_c() method
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/stdarch/crates/intrinsic-test/src/ |
H A D | argument.rs | 81 pub fn from_c(pos: usize, arg: &str, arg_prep: Option<ArgPrep>) -> Argument { in from_c() method
|
H A D | types.rs | 444 pub fn from_c(s: &str) -> Result<IntrinsicType, String> { in from_c() method
|
/aosp_15_r20/external/python/cpython2/Objects/ |
D | bytearrayobject.c | 1649 char from_c, Py_ssize_t maxcount) in replace_delete_single_character() 1744 char from_c, char to_c, in replace_single_character_in_place() 1840 char from_c, in replace_single_character()
|
D | stringobject.c | 2421 char from_c, Py_ssize_t maxcount) in replace_delete_single_character() 2515 char from_c, char to_c, in replace_single_character_in_place() 2611 char from_c, in replace_single_character()
|