Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dmodsupport.c110 countformat(const char *format, int endchar) in countformat() function
325 countformat(*p_format, ')'), flags); in do_mkvalue()
329 countformat(*p_format, ']'), flags); in do_mkvalue()
333 countformat(*p_format, '}'), flags); in do_mkvalue()
543 int n = countformat(f, '\0'); in va_build_value()