Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/stringlib/
Dformatter.h364 #define LT_CURRENT_LOCALE 0 macro
642 case LT_CURRENT_LOCALE: { in get_locale_info()
888 get_locale_info(format->type == 'n' ? LT_CURRENT_LOCALE : in format_int_or_long_internal()
1042 get_locale_info(format->type == 'n' ? LT_CURRENT_LOCALE : in format_float_internal()
1235 get_locale_info(format->type == 'n' ? LT_CURRENT_LOCALE : in format_complex_internal()
/external/python/cpython3/Python/
Dformatter_unicode.c124 LT_CURRENT_LOCALE enumerator
700 case LT_CURRENT_LOCALE: { in get_locale_info()
979 if (get_locale_info(format->type == 'n' ? LT_CURRENT_LOCALE : in format_long_internal()
1127 if (get_locale_info(format->type == 'n' ? LT_CURRENT_LOCALE : in format_float_internal()
1306 if (get_locale_info(format->type == 'n' ? LT_CURRENT_LOCALE : in format_complex_internal()