Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/stringlib/
Dformatter.h120 is_sign_element(STRINGLIB_CHAR c) in is_sign_element() function
210 if (end-ptr >= 1 && is_sign_element(ptr[0])) { in parse_internal_render_format_spec()
/external/python/cpython3/Python/
Dformatter_unicode.c108 is_sign_element(Py_UCS4 c) in is_sign_element() function
206 if (end-pos >= 1 && is_sign_element(READ_spec(pos))) { in parse_internal_render_format_spec()