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

1 2 3

  /device/linaro/bootloader/edk2/BaseTools/Source/Python/
sitecustomize.py 17 DefaultLocal = locale.getdefaultlocale()[1]
  /external/python/cpython3/Lib/
_bootlocale.py 19 # getdefaultlocale() function, import the full locale module.
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...]
calendar.py 512 locale = _locale.getdefaultlocale()
542 locale = _locale.getdefaultlocale()
  /libcore/luni/src/test/java/libcore/java/util/
LocaleInternalsTest.java 117 assertEquals("de_DE", ICU.getDefaultLocale());
127 assertEquals("und", ICU.getDefaultLocale());
  /packages/apps/Contacts/src/com/android/contacts/location/
CountryDetector.java 42 public Locale getDefaultLocale() {
115 Locale defaultLocale = mLocaleProvider.getDefaultLocale();
  /frameworks/layoutlib/bridge/src/libcore/icu/
ICU_Delegate.java 255 /*package*/ static String getDefaultLocale() {
256 return ICU.getDefaultLocale();
  /development/scripts/
usb-reset-by-serial.py 94 encoding = locale.getdefaultlocale()[1]
  /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]
  /libcore/luni/src/test/java/libcore/libcore/icu/
ICUTest.java 241 String initialDefaultLocale = ICU.getDefaultLocale();
  /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/Lib/
calendar.py 512 locale = _locale.getdefaultlocale()
546 locale = _locale.getdefaultlocale()
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
calendar.py 507 locale = _locale.getdefaultlocale()
541 locale = _locale.getdefaultlocale()
site.py 478 enc = locale.getdefaultlocale()[1]
495 loc = locale.getdefaultlocale()
  /external/python/cpython2/Lib/
calendar.py 513 locale = _locale.getdefaultlocale()
547 locale = _locale.getdefaultlocale()
site.py 461 enc = locale.getdefaultlocale()[1]
478 loc = locale.getdefaultlocale()
  /prebuilts/gdb/darwin-x86/lib/python2.7/
calendar.py 512 locale = _locale.getdefaultlocale()
546 locale = _locale.getdefaultlocale()
site.py 466 enc = locale.getdefaultlocale()[1]
483 loc = locale.getdefaultlocale()
  /prebuilts/gdb/linux-x86/lib/python2.7/
calendar.py 512 locale = _locale.getdefaultlocale()
546 locale = _locale.getdefaultlocale()
site.py 466 enc = locale.getdefaultlocale()[1]
483 loc = locale.getdefaultlocale()

Completed in 1219 milliseconds

1 2 3