Home
last modified time | relevance | path

Searched defs:from_c (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Objects/stringlib/
Dtransmogrify.h351 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()
/external/harfbuzz_ng/src/wasm/rust/harfbuzz-wasm/src/
Dlib.rs243 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
/external/python/cpython2/Objects/
Dbytearrayobject.c1649 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()
Dstringobject.c2421 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()