Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_localemodule.c283 #define RESULT_INT(i)\ in _locale_localeconv_impl() macro
298 RESULT_INT(int_frac_digits); in _locale_localeconv_impl()
299 RESULT_INT(frac_digits); in _locale_localeconv_impl()
300 RESULT_INT(p_cs_precedes); in _locale_localeconv_impl()
301 RESULT_INT(p_sep_by_space); in _locale_localeconv_impl()
302 RESULT_INT(n_cs_precedes); in _locale_localeconv_impl()
303 RESULT_INT(n_sep_by_space); in _locale_localeconv_impl()
304 RESULT_INT(p_sign_posn); in _locale_localeconv_impl()
305 RESULT_INT(n_sign_posn); in _locale_localeconv_impl()
339 #undef RESULT_INT in _locale_localeconv_impl()
/external/python/cpython2/Modules/
D_localemodule.c229 #define RESULT_INT(i)\ in PyLocale_localeconv() macro
256 RESULT_INT(int_frac_digits); in PyLocale_localeconv()
257 RESULT_INT(frac_digits); in PyLocale_localeconv()
258 RESULT_INT(p_cs_precedes); in PyLocale_localeconv()
259 RESULT_INT(p_sep_by_space); in PyLocale_localeconv()
260 RESULT_INT(n_cs_precedes); in PyLocale_localeconv()
261 RESULT_INT(n_sep_by_space); in PyLocale_localeconv()
262 RESULT_INT(p_sign_posn); in PyLocale_localeconv()
263 RESULT_INT(n_sign_posn); in PyLocale_localeconv()