Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/stringlib/
Dunicode_format.h811 SubString expanded_format_spec; in output_markup() local
841 SubString_init(&expanded_format_spec, tmp, 0, PyUnicode_GET_LENGTH(tmp)); in output_markup()
842 actual_format_spec = &expanded_format_spec; in output_markup()
/external/python/cpython2/Objects/stringlib/
Dstring_format.h889 SubString expanded_format_spec; in output_markup() local
919 SubString_init(&expanded_format_spec, in output_markup()
921 actual_format_spec = &expanded_format_spec; in output_markup()