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

  /libcore/luni/src/test/java/libcore/java/util/
LocaleInternalsTest.java 117 assertEquals("de_DE", ICU.getDefaultLocale());
127 assertEquals("und", ICU.getDefaultLocale());
  /frameworks/base/tools/layoutlib/bridge/src/libcore/icu/
ICU_Delegate.java 255 /*package*/ static String getDefaultLocale() {
256 return ICU.getDefaultLocale();
  /packages/apps/ContactsCommon/src/com/android/contacts/common/location/
CountryDetector.java 73 public Locale getDefaultLocale() {
187 Locale defaultLocale = mLocaleProvider.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]
  /libcore/luni/src/test/java/libcore/icu/
ICUTest.java 234 String initialDefaultLocale = ICU.getDefaultLocale();
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
calendar.py 512 locale = _locale.getdefaultlocale()
546 locale = _locale.getdefaultlocale()
site.py 466 enc = locale.getdefaultlocale()[1]
483 loc = locale.getdefaultlocale()
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...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
calendar.py 512 locale = _locale.getdefaultlocale()
546 locale = _locale.getdefaultlocale()
site.py 466 enc = locale.getdefaultlocale()[1]
483 loc = locale.getdefaultlocale()
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...]
  /libcore/luni/src/main/java/libcore/icu/
ICU.java 459 public static native String getDefaultLocale();
  /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'):
  /libcore/luni/src/main/native/
libcore_icu_ICU.cpp 800 NATIVE_METHOD(ICU, getDefaultLocale, "()Ljava/lang/String;"),
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.update.configurator_3.3.100.v20100512.jar 
  /prebuilts/tools/common/m2/repository/commons-beanutils/commons-beanutils/1.8.0/
commons-beanutils-1.8.0.jar 

Completed in 642 milliseconds