Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_localemodule.c170 #define RESULT_STRING(ATTR) \ in locale_decode_monetary() macro
184 RESULT_STRING(int_curr_symbol); in locale_decode_monetary()
185 RESULT_STRING(currency_symbol); in locale_decode_monetary()
186 RESULT_STRING(mon_decimal_point); in locale_decode_monetary()
187 RESULT_STRING(mon_thousands_sep); in locale_decode_monetary()
188 #undef RESULT_STRING in locale_decode_monetary()
232 #define RESULT_STRING(s)\ in PyLocale_localeconv() macro
251 RESULT_STRING(positive_sign); in PyLocale_localeconv()
252 RESULT_STRING(negative_sign); in PyLocale_localeconv()
294 #undef RESULT_STRING in PyLocale_localeconv()
/external/python/cpython2/Modules/
D_localemodule.c223 #define RESULT_STRING(s)\ in PyLocale_localeconv() macro
236 RESULT_STRING(decimal_point); in PyLocale_localeconv()
237 RESULT_STRING(thousands_sep); in PyLocale_localeconv()
245 RESULT_STRING(int_curr_symbol); in PyLocale_localeconv()
246 RESULT_STRING(currency_symbol); in PyLocale_localeconv()
247 RESULT_STRING(mon_decimal_point); in PyLocale_localeconv()
248 RESULT_STRING(mon_thousands_sep); in PyLocale_localeconv()
254 RESULT_STRING(positive_sign); in PyLocale_localeconv()
255 RESULT_STRING(negative_sign); in PyLocale_localeconv()