Searched refs:parse_args_finds_unicode (Results 1 – 1 of 1) sorted by relevance
/third_party/python/Objects/ |
D | unicodeobject.c | 11886 parse_args_finds_unicode(const char * function_name, PyObject *args, in parse_args_finds_unicode() function 11917 if (!parse_args_finds_unicode("count", args, &substring, &start, &end)) in unicode_count() 12099 if (!parse_args_finds_unicode("find", args, &substring, &start, &end)) in unicode_find() 12176 if (!parse_args_finds_unicode("index", args, &substring, &start, &end)) in unicode_index() 13392 if (!parse_args_finds_unicode("rfind", args, &substring, &start, &end)) in unicode_rfind() 13424 if (!parse_args_finds_unicode("rindex", args, &substring, &start, &end)) in unicode_rindex()
|