OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_locale
(Results
1 - 10
of
10
) sorted by null
/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/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar
Completed in 1062 milliseconds