Home
last modified time | relevance | path

Searched refs:parse_args_finds_unicode (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Objects/
Dunicodeobject.c11614 parse_args_finds_unicode(const char * function_name, PyObject *args, in parse_args_finds_unicode() function
11645 if (!parse_args_finds_unicode("count", args, &substring, &start, &end)) in unicode_count()
11827 if (!parse_args_finds_unicode("find", args, &substring, &start, &end)) in unicode_find()
11904 if (!parse_args_finds_unicode("index", args, &substring, &start, &end)) in unicode_index()
13120 if (!parse_args_finds_unicode("rfind", args, &substring, &start, &end)) in unicode_rfind()
13152 if (!parse_args_finds_unicode("rindex", args, &substring, &start, &end)) in unicode_rindex()