Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_localemodule.c238 #define RESULT_INT(i)\ in PyLocale_localeconv() macro
253 RESULT_INT(int_frac_digits); in PyLocale_localeconv()
254 RESULT_INT(frac_digits); in PyLocale_localeconv()
255 RESULT_INT(p_cs_precedes); in PyLocale_localeconv()
256 RESULT_INT(p_sep_by_space); in PyLocale_localeconv()
257 RESULT_INT(n_cs_precedes); in PyLocale_localeconv()
258 RESULT_INT(n_sep_by_space); in PyLocale_localeconv()
259 RESULT_INT(p_sign_posn); in PyLocale_localeconv()
260 RESULT_INT(n_sign_posn); in PyLocale_localeconv()
295 #undef RESULT_INT in PyLocale_localeconv()
/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()