Searched refs:parse_args_finds_unicode (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython3/Objects/ |
D | unicodeobject.c | 11386 parse_args_finds_unicode(const char * function_name, PyObject *args, in parse_args_finds_unicode() function 11417 if (!parse_args_finds_unicode("count", args, &substring, &start, &end)) in unicode_count() 11597 if (!parse_args_finds_unicode("find", args, &substring, &start, &end)) in unicode_find() 11683 if (!parse_args_finds_unicode("index", args, &substring, &start, &end)) in unicode_index() 12790 if (!parse_args_finds_unicode("rfind", args, &substring, &start, &end)) in unicode_rfind() 12822 if (!parse_args_finds_unicode("rindex", args, &substring, &start, &end)) in unicode_rindex()
|