Home
last modified time | relevance | path

Searched refs:current_locale (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Include/
Dfileutils.h48 int current_locale,
56 int current_locale,
/external/python/cpython3/Python/
Dfileutils.c479 int current_locale, int surrogateescape) in _Py_DecodeLocaleEx() argument
481 if (current_locale) { in _Py_DecodeLocaleEx()
640 int raw_malloc, int current_locale, int surrogateescape) in encode_locale_ex() argument
642 if (current_locale) { in encode_locale_ex()
679 int raw_malloc, int current_locale) in encode_locale() argument
683 raw_malloc, current_locale, 1); in encode_locale()
724 int current_locale, int surrogateescape) in _Py_EncodeLocaleEx() argument
727 current_locale, surrogateescape); in _Py_EncodeLocaleEx()
/external/python/cpython3/Objects/
Dunicodeobject.c3388 int current_locale) in unicode_encode_locale() argument
3410 current_locale, surrogateescape); in unicode_encode_locale()
3608 int current_locale) in unicode_decode_locale() argument
3623 current_locale, surrogateescape); in unicode_decode_locale()