Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/stringlib/
Dformatter.h1092 int re_has_decimal; in format_complex_internal() local
1231 parse_number(p_re, n_re_digits, &n_re_remainder, &re_has_decimal); in format_complex_internal()
1250 re_has_decimal, &locale, &tmp_format); in format_complex_internal()
/external/python/cpython3/Python/
Dformatter_unicode.c1180 int re_has_decimal; in format_complex_internal() local
1304 &n_re_remainder, &re_has_decimal); in format_complex_internal()
1323 re_has_decimal, &locale, &tmp_format, in format_complex_internal()