Home
last modified time | relevance | path

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

/third_party/python/Objects/
H A Dunicodeobject.c11571 parse_args_finds_unicode(const char * function_name, PyObject *args, in parse_args_finds_unicode() function
11602 if (!parse_args_finds_unicode("count", args, &substring, &start, &end)) in unicode_count()
11784 if (!parse_args_finds_unicode("find", args, &substring, &start, &end)) in unicode_find()
11861 if (!parse_args_finds_unicode("index", args, &substring, &start, &end)) in unicode_index()
13070 if (!parse_args_finds_unicode("rfind", args, &substring, &start, &end)) in unicode_rfind()
13102 if (!parse_args_finds_unicode("rindex", args, &substring, &start, &end)) in unicode_rindex()

Completed in 19 milliseconds