HomeSort by relevance Sort by last modified time
    Searched defs:_locale (Results 1 - 22 of 22) sorted by null

  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
TZDBTimeZoneNames.java 53 private ULocale _locale; field in class:TZDBTimeZoneNames
57 _locale = loc;
385 String region = _locale.getCountry();
387 ULocale tmp = ULocale.addLikelySubtags(_locale);
TimeZoneGenericNames.java 107 private ULocale _locale; field in class:TimeZoneGenericNames
136 _locale = locale;
147 _tznames = TimeZoneNames.getInstance(_locale);
451 ICUResourceBundle.ICU_ZONE_BASE_NAME, _locale);
476 locNames = LocaleDisplayNames.getInstance(_locale);
518 _region = _locale.getCountry();
520 ULocale tmp = ULocale.addLikelySubtags(_locale);
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/util/
DateCache.java 67 private Locale _locale = null; field in class:DateCache
96 _locale = l;
115 if( _locale != null )
117 _tzFormat=new SimpleDateFormat(_tzFormatString,_locale);
118 _minFormat=new SimpleDateFormat(_minFormatString,_locale);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
locale.py 29 # Try importing the _locale module.
43 from _locale import *
88 raise Error, '_locale emulation only supports "C" locale'
486 # check if it's supported by the _locale module
487 import _locale namespace
488 code, encoding = _locale._getdefaultlocale()
563 import _locale namespace
564 return _locale._getdefaultlocale()[1]
    [all...]
calendar.py 10 import locale as _locale namespace
493 self.oldlocale = _locale.getlocale(_locale.LC_TIME)
494 _locale.setlocale(_locale.LC_TIME, self.locale)
495 return _locale.getlocale(_locale.LC_TIME)[1]
498 _locale.setlocale(_locale.LC_TIME, self.oldlocale)
512 locale = _locale.getdefaultlocale(
    [all...]
decimal.py 5952 import locale as _locale namespace
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
locale.py 29 # Try importing the _locale module.
43 from _locale import *
88 raise Error, '_locale emulation only supports "C" locale'
486 # check if it's supported by the _locale module
487 import _locale namespace
488 code, encoding = _locale._getdefaultlocale()
563 import _locale namespace
564 return _locale._getdefaultlocale()[1]
    [all...]
calendar.py 10 import locale as _locale namespace
493 self.oldlocale = _locale.getlocale(_locale.LC_TIME)
494 _locale.setlocale(_locale.LC_TIME, self.locale)
495 return _locale.getlocale(_locale.LC_TIME)[1]
498 _locale.setlocale(_locale.LC_TIME, self.oldlocale)
512 locale = _locale.getdefaultlocale(
    [all...]
decimal.py 5952 import locale as _locale namespace
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
TimeZoneFormat.java 328 private ULocale _locale; field in class:TimeZoneFormat
417 _locale = locale;
532 _gnames = TimeZoneGenericNames.getInstance(_locale);
549 _tzdbNames = new TZDBTimeZoneNames(_locale);
571 _gnames = new TimeZoneGenericNames(_locale, _tznames);
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/server/
Response.java 98 private Locale _locale; field in class:Response
125 _locale=null;
889 if (_locale==null)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.util_6.1.23.v201004211559.jar 
org.mortbay.jetty.server_6.1.23.v201004211559.jar 
  /external/jetty/lib/
jetty-util-6.1.26.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-util/8.1.14.v20131031/
jetty-util-8.1.14.v20131031.jar 
  /external/slf4j/log4j-over-slf4j/compatibility/lib/
log4j-1.2.14.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/google-api-java-client/1.20.0/
google-api-java-client-min-repackaged-1.20.0.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 

Completed in 442 milliseconds