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

1 2

  /device/linaro/bootloader/edk2/BaseTools/Source/Python/
sitecustomize.py 17 DefaultLocal = locale.getdefaultlocale()[1]
  /development/scripts/
usb-reset-by-serial.py 94 encoding = locale.getdefaultlocale()[1]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
locale.py 35 __all__ = ["getlocale", "getdefaultlocale", "getpreferredencoding", "Error",
493 def getdefaultlocale(envvars=('LC_ALL', 'LC_CTYPE', 'LANG', 'LANGUAGE')): function
586 getdefaultlocale(). category defaults to LC_ALL.
589 _setlocale(category, _build_localename(getdefaultlocale()))
606 return getdefaultlocale()[1]
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
locale.py 27 __all__ = ["getlocale", "getdefaultlocale", "getpreferredencoding", "Error",
446 def getdefaultlocale(envvars=('LC_ALL', 'LC_CTYPE', 'LANG', 'LANGUAGE')): function
538 getdefaultlocale(). category defaults to LC_ALL.
541 _setlocale(category, _build_localename(getdefaultlocale()))
558 return getdefaultlocale()[1]
    [all...]
site.py 478 enc = locale.getdefaultlocale()[1]
495 loc = locale.getdefaultlocale()
  /external/python/cpython2/Lib/
locale.py 37 __all__ = ["getlocale", "getdefaultlocale", "getpreferredencoding", "Error",
495 def getdefaultlocale(envvars=('LC_ALL', 'LC_CTYPE', 'LANG', 'LANGUAGE')): function
588 getdefaultlocale(). category defaults to LC_ALL.
591 _setlocale(category, _build_localename(getdefaultlocale()))
608 return getdefaultlocale()[1]
    [all...]
site.py 461 enc = locale.getdefaultlocale()[1]
478 loc = locale.getdefaultlocale()
  /external/python/cpython3/Lib/
locale.py 27 __all__ = ["getlocale", "getdefaultlocale", "getpreferredencoding", "Error",
512 def getdefaultlocale(envvars=('LC_ALL', 'LC_CTYPE', 'LANG', 'LANGUAGE')): function
605 getdefaultlocale(). category defaults to LC_ALL.
608 _setlocale(category, _build_localename(getdefaultlocale()))
625 res = getdefaultlocale()[1]
    [all...]
  /prebuilts/gdb/darwin-x86/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()
  /prebuilts/gdb/linux-x86/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()
  /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()
  /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()
  /external/python/cpython2/Lib/idlelib/
IOBinding.py 39 encoding = locale.getdefaultlocale()[1]
55 # Try getdefaultlocale well: it parses environment variables,
56 # which may give a clue. Unfortunately, getdefaultlocale has
59 encoding = locale.getdefaultlocale()[1]
  /external/python/cpython3/Lib/idlelib/
iomenu.py 32 locale_encoding = locale.getdefaultlocale()[1]
48 # Try getdefaultlocale: it parses environment variables,
49 # which may give a clue. Unfortunately, getdefaultlocale has
52 locale_encoding = locale.getdefaultlocale()[1]
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
site.py 446 # enc = locale.getdefaultlocale()[1]
463 loc = locale.getdefaultlocale()
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
site.py 452 loc = locale.getdefaultlocale()
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_site.py 367 if locale.getdefaultlocale()[1].startswith('cp'):

Completed in 545 milliseconds

1 2