OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:find_char
(Results
1 - 1
of
1
) sorted by null
/external/python/cpython3/Objects/stringlib/
fastsearch.h
36
STRINGLIB(
find_char
)(const STRINGLIB_CHAR* s, Py_ssize_t n, STRINGLIB_CHAR ch)
function
149
return STRINGLIB(
find_char
)(s, n, p[0]);
Completed in 1262 milliseconds