HomeSort by relevance Sort by last modified time
    Searched refs:getdefaultlocale (Results 1 - 10 of 10) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
locale.py 35 __all__ = ["getlocale", "getdefaultlocale", "getpreferredencoding", "Error",
461 def getdefaultlocale(envvars=('LC_ALL', 'LC_CTYPE', 'LANG', 'LANGUAGE')): function
554 getdefaultlocale(). category defaults to LC_ALL.
557 _setlocale(category, _build_localename(getdefaultlocale()))
574 return getdefaultlocale()[1]
    [all...]
site.py 466 enc = locale.getdefaultlocale()[1]
483 loc = locale.getdefaultlocale()
calendar.py 512 locale = _locale.getdefaultlocale()
546 locale = _locale.getdefaultlocale()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
locale.py 35 __all__ = ["getlocale", "getdefaultlocale", "getpreferredencoding", "Error",
461 def getdefaultlocale(envvars=('LC_ALL', 'LC_CTYPE', 'LANG', 'LANGUAGE')): function
554 getdefaultlocale(). category defaults to LC_ALL.
557 _setlocale(category, _build_localename(getdefaultlocale()))
574 return getdefaultlocale()[1]
    [all...]
site.py 466 enc = locale.getdefaultlocale()[1]
483 loc = locale.getdefaultlocale()
calendar.py 512 locale = _locale.getdefaultlocale()
546 locale = _locale.getdefaultlocale()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
IOBinding.py 44 encoding = locale.getdefaultlocale()[1]
60 # Try getdefaultlocale well: it parses environment variables,
61 # which may give a clue. Unfortunately, getdefaultlocale has
64 encoding = locale.getdefaultlocale()[1]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
IOBinding.py 44 encoding = locale.getdefaultlocale()[1]
60 # Try getdefaultlocale well: it parses environment variables,
61 # which may give a clue. Unfortunately, getdefaultlocale has
64 encoding = locale.getdefaultlocale()[1]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_site.py 369 if locale.getdefaultlocale()[1].startswith('cp'):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_site.py 369 if locale.getdefaultlocale()[1].startswith('cp'):

Completed in 155 milliseconds