Home
last modified time | relevance | path

Searched refs:getencoding (Results 1 - 12 of 12) sorted by relevance

/third_party/python/Lib/
H A Dlocale.py31 "LC_NUMERIC", "LC_ALL", "CHAR_MAX", "getencoding"]
560 "Use setlocale(), getencoding() and getlocale() instead",
650 from _locale import getencoding namespace
652 def getencoding(): function
671 "UTF-8 Mode affects locale.getpreferredencoding(). Consider locale.getencoding() instead.",
675 return getencoding()
685 "UTF-8 Mode affects locale.getpreferredencoding(). Consider locale.getencoding() instead.",
691 return getencoding()
699 return getencoding()
H A D_pyio.py1991 decoded or encoded with. It defaults to locale.getencoding().
2271 return locale.getencoding()
H A Dsubprocess.py378 return locale.getencoding()
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Deasy_xml.py127 default_encoding = locale.getencoding()
/third_party/python/Lib/test/
H A Dtest__locale.py46 encoding = locale.getencoding()
H A Dtest_locale.py366 enc = codecs.lookup(locale.getencoding() or 'ascii').name
543 # Invoke getencoding to make sure it does not cause exceptions.
544 enc = locale.getencoding()
H A Dpythoninfo.py170 info_add('locale.getencoding', locale.getencoding())
H A Dtest_builtin.py1332 current_locale_encoding = locale.getencoding()
H A Dtest_io.py2738 current_locale_encoding = locale.getencoding()
/third_party/python/Lib/test/libregrtest/
H A Druntest_mp.py269 encoding = locale.getencoding()
H A Dmain.py526 % (locale.getencoding(), sys.getfilesystemencoding()))
/third_party/python/Lib/test/support/
H A D__init__.py1455 locale.getencoding() == 'cp65001' and

Completed in 31 milliseconds