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

  /external/chromium_org/v8/test/mjsunit/runtime-gen/
createcollator.js 4 var _locale = "foo"; variable
7 %CreateCollator(_locale, _options, _resolved);
  /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/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 
  /prebuilts/misc/common/icu4j/
icu4j.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 

Completed in 331 milliseconds