Searched refs:getdefaultlocale (Results 1 – 11 of 11) sorted by relevance
/third_party/python/Lib/ |
D | locale.py | 534 def getdefaultlocale(envvars=('LC_ALL', 'LC_CTYPE', 'LANG', 'LANGUAGE')): function 630 _setlocale(category, _build_localename(getdefaultlocale())) 643 encoding = getdefaultlocale()[1] 1703 lang, enc = getdefaultlocale()
|
D | calendar.py | 569 locale = _locale.getdefaultlocale() 591 locale = _locale.getdefaultlocale()
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
D | easy_xml.py | 125 default_encoding = locale.getdefaultlocale()[1]
|
/third_party/node/tools/gyp/pylib/gyp/ |
D | easy_xml.py | 124 default_encoding = locale.getdefaultlocale()[1]
|
/third_party/python/Lib/test/ |
D | test_calendar.py | 862 lang, enc = locale.getdefaultlocale()
|
D | test_locale.py | 521 self.assertEqual(locale.getdefaultlocale(), (None, 'UTF-8'))
|
D | test_site.py | 459 if locale.getdefaultlocale()[1].startswith('cp'):
|
/third_party/python/Doc/library/ |
D | locale.rst | 282 .. function:: getdefaultlocale([envvars]) 353 The default setting is determined by calling :func:`getdefaultlocale`.
|
/third_party/python/Lib/test/support/ |
D | __init__.py | 1328 locale.getdefaultlocale()[1] == 'cp65001' and
|
/third_party/python/Doc/using/ |
D | cmdline.rst | 897 (such as Python's own :func:`locale.getdefaultlocale`).
|
/third_party/python/Misc/ |
D | HISTORY | 26484 locale -- implement getdefaultlocale for Win32 and Macintosh 26621 New APIs in locale.py: normalize(), getdefaultlocale(), resetlocale(),
|