Searched refs:_locale (Results 1 - 25 of 30) sorted by relevance

12

/external/python/cpython3/Lib/
H A D_bootlocale.py8 import _locale namespace
12 return _locale._getdefaultlocale()[1]
15 _locale.CODESET
25 result = _locale.nl_langinfo(_locale.CODESET)
H A Dre.py127 import _locale namespace
129 _locale = None variable
290 if loc is None or loc == _locale.setlocale(_locale.LC_CTYPE):
306 if not _locale:
308 loc = _locale.setlocale(_locale.LC_CTYPE)
H A Dcalendar.py10 import locale as _locale namespace
494 self.oldlocale = _locale.getlocale(_locale.LC_TIME)
495 _locale.setlocale(_locale.LC_TIME, self.locale)
498 _locale.setlocale(_locale.LC_TIME, self.oldlocale)
512 locale = _locale.getdefaultlocale()
542 locale = _locale.getdefaultlocale()
H A Dlocale.py21 # Try importing the _locale module.
47 from _locale import *
92 raise Error('_locale emulation only supports "C" locale')
95 # These may or may not exist in _locale, so be sure to set them.
537 # check if it's supported by the _locale module
538 import _locale namespace
539 code, encoding = _locale._getdefaultlocale()
H A D_pydecimal.py6208 import locale as _locale namespace
6277 _localeconv = _locale.localeconv()
6337 elif grouping[-1] == _locale.CHAR_MAX:
/external/python/cpython2/Lib/
H A Dre.py108 import _locale namespace
110 _locale = None variable
238 if loc is None or loc == _locale.setlocale(_locale.LC_CTYPE):
256 if not _locale:
258 loc = _locale.setlocale(_locale.LC_CTYPE)
H A Dcalendar.py10 import locale as _locale namespace
494 self.oldlocale = _locale.getlocale(_locale.LC_TIME)
495 _locale.setlocale(_locale.LC_TIME, self.locale)
496 return _locale.getlocale(_locale.LC_TIME)[1]
499 _locale.setlocale(_locale.LC_TIME, self.oldlocale)
513 locale = _locale
[all...]
H A Dlocale.py31 # Try importing the _locale module.
45 from _locale import *
90 raise Error, '_locale emulation only supports "C" locale'
520 # check if it's supported by the _locale module
521 import _locale namespace
522 code, encoding = _locale._getdefaultlocale()
597 import _locale namespace
598 return _locale._getdefaultlocale()[1]
H A Ddecimal.py5972 import locale as _locale namespace
6042 _localeconv = _locale.localeconv()
6114 elif grouping[-1] == _locale.CHAR_MAX:
/external/python/cpython2/Lib/test/
H A Dtest__locale.py2 from _locale import (setlocale, LC_NUMERIC, localeconv, Error)
4 from _locale import (RADIXCHAR, THOUSEP, nl_langinfo)
/external/python/cpython3/Lib/test/
H A Dtest__locale.py1 from _locale import (setlocale, LC_ALL, LC_CTYPE, LC_NUMERIC, localeconv, Error)
3 from _locale import (RADIXCHAR, THOUSEP, nl_langinfo)
/external/python/cpython3/Tools/i18n/
H A Dmakelocalealias.py11 _locale = locale variable
80 alias = _locale._replace_encoding(alias, alias_encoding)
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DTZDBTimeZoneNames.java57 private ULocale _locale; field in class:TZDBTimeZoneNames
61 _locale = loc;
399 String region = _locale.getCountry();
401 ULocale tmp = ULocale.addLikelySubtags(_locale);
H A DTimeZoneGenericNames.java111 private final ULocale _locale; field in class:TimeZoneGenericNames
140 _locale = locale;
151 _tznames = TimeZoneNames.getInstance(_locale);
453 ICUData.ICU_ZONE_BASE_NAME, _locale);
478 locNames = LocaleDisplayNames.getInstance(_locale);
520 _region = _locale.getCountry();
522 ULocale tmp = ULocale.addLikelySubtags(_locale);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DTZDBTimeZoneNames.java55 private ULocale _locale; field in class:TZDBTimeZoneNames
59 _locale = loc;
397 String region = _locale.getCountry();
399 ULocale tmp = ULocale.addLikelySubtags(_locale);
H A DTimeZoneGenericNames.java109 private final ULocale _locale; field in class:TimeZoneGenericNames
138 _locale = locale;
149 _tznames = TimeZoneNames.getInstance(_locale);
451 ICUData.ICU_ZONE_BASE_NAME, _locale);
476 locNames = LocaleDisplayNames.getInstance(_locale);
518 _region = _locale.getCountry();
520 ULocale tmp = ULocale.addLikelySubtags(_locale);
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DTimeZoneFormat.java295 private ULocale _locale; field in class:TimeZoneFormat
383 _locale = locale;
495 _gnames = TimeZoneGenericNames.getInstance(_locale);
512 _tzdbNames = new TZDBTimeZoneNames(_locale);
533 _gnames = new TimeZoneGenericNames(_locale, _tznames);
1781 _region = _locale.getCountry();
1783 ULocale tmp = ULocale.addLikelySubtags(_locale);
3073 * @serialField _locale ULocale The locale of this TimeZoneFormat object.
3085 new ObjectStreamField("_locale", ULocale.class),
3102 fields.put("_locale", _local
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DTimeZoneFormat.java331 private ULocale _locale; field in class:TimeZoneFormat
420 _locale = locale;
535 _gnames = TimeZoneGenericNames.getInstance(_locale);
552 _tzdbNames = new TZDBTimeZoneNames(_locale);
574 _gnames = new TimeZoneGenericNames(_locale, _tznames);
1851 _region = _locale.getCountry();
1853 ULocale tmp = ULocale.addLikelySubtags(_locale);
3143 * @serialField _locale ULocale The locale of this TimeZoneFormat object.
3155 new ObjectStreamField("_locale", ULocale.class),
3172 fields.put("_locale", _local
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dsvccoll.cpp228 CollatorInfo::CollatorInfo(const Locale& _locale, Collator* _collator, Hashtable* _displayNames) argument
229 : locale(_locale)
/external/python/cpython2/RISCOS/
H A DMakefile82 @.^.Lib._locale/pyd\
304 @.^.Lib._locale/pyd: @.^.Modules.o._localemodule s.linktab
305 $(MAKEDLK) -d @.^.Lib._locale/pyd -s s.linktab -o @.^.Modules.o._localemodule -e init_locale
/external/icu/icu4c/source/common/
H A Dserv.cpp284 DNCache(const Locale& _locale) argument
285 : cache(), locale(_locale)
/external/guice/extensions/struts2/lib/
H A Djetty-util-6.1.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mortbay/ org/mortbay/util/ org/mortbay/util/ajax/ ...
/external/annotation-tools/asmx/test/lib/
H A Dserp.jarMETA-INF/ META-INF/MANIFEST.MF serp/ serp/bytecode/ serp/bytecode/lowlevel/ serp/bytecode/visitor/ serp/ ...
H A Dlog4j-1.2.9.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/log4j/ org/apache/log4j/Appender ...
/external/guice/extensions/persist/lib/
H A Dlog4j-1.2.14.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/log4j/ org/apache/log4j/Appender ...

Completed in 1106 milliseconds

12