/external/python/cpython2/Lib/ |
D | re.py | 108 import _locale 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)
|
D | calendar.py | 10 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.getdefaultlocale() 547 locale = _locale.getdefaultlocale()
|
D | locale.py | 45 from _locale import * 521 import _locale 522 code, encoding = _locale._getdefaultlocale() 597 import _locale 598 return _locale._getdefaultlocale()[1]
|
D | decimal.py | 5972 import locale as _locale namespace 6042 _localeconv = _locale.localeconv() 6114 elif grouping[-1] == _locale.CHAR_MAX:
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | TZDBTimeZoneNames.java | 55 private ULocale _locale; field in TZDBTimeZoneNames 59 _locale = loc; in TZDBTimeZoneNames() 393 String region = _locale.getCountry(); in getTargetRegion() 395 ULocale tmp = ULocale.addLikelySubtags(_locale); in getTargetRegion()
|
D | TimeZoneGenericNames.java | 109 private final ULocale _locale; field in TimeZoneGenericNames 138 _locale = locale; in TimeZoneGenericNames() 149 _tznames = TimeZoneNames.getInstance(_locale); in init() 451 ICUData.ICU_ZONE_BASE_NAME, _locale); in formatPattern() 476 locNames = LocaleDisplayNames.getInstance(_locale); in getLocaleDisplayNames() 518 _region = _locale.getCountry(); in getTargetRegion() 520 ULocale tmp = ULocale.addLikelySubtags(_locale); in getTargetRegion()
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | TZDBTimeZoneNames.java | 57 private ULocale _locale; field in TZDBTimeZoneNames 61 _locale = loc; in TZDBTimeZoneNames() 395 String region = _locale.getCountry(); in getTargetRegion() 397 ULocale tmp = ULocale.addLikelySubtags(_locale); in getTargetRegion()
|
D | TimeZoneGenericNames.java | 111 private final ULocale _locale; field in TimeZoneGenericNames 140 _locale = locale; in TimeZoneGenericNames() 151 _tznames = TimeZoneNames.getInstance(_locale); in init() 453 ICUData.ICU_ZONE_BASE_NAME, _locale); in formatPattern() 478 locNames = LocaleDisplayNames.getInstance(_locale); in getLocaleDisplayNames() 520 _region = _locale.getCountry(); in getTargetRegion() 522 ULocale tmp = ULocale.addLikelySubtags(_locale); in getTargetRegion()
|
/external/python/cpython2/Lib/test/ |
D | test__locale.py | 2 from _locale import (setlocale, LC_NUMERIC, localeconv, Error) 4 from _locale import (RADIXCHAR, THOUSEP, nl_langinfo)
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | TimeZoneFormat.java | 294 private ULocale _locale; field in TimeZoneFormat 382 _locale = locale; in TimeZoneFormat() 494 _gnames = TimeZoneGenericNames.getInstance(_locale); in getTimeZoneGenericNames() 511 _tzdbNames = new TZDBTimeZoneNames(_locale); in getTZDBTimeZoneNames() 532 _gnames = new TimeZoneGenericNames(_locale, _tznames); in setTimeZoneNames() 1780 _region = _locale.getCountry(); 1782 ULocale tmp = ULocale.addLikelySubtags(_locale); 3082 fields.put("_locale", _locale); 3102 _locale = (ULocale)fields.get("_locale", null); 3103 if (_locale == null) { [all …]
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | TimeZoneFormat.java | 330 private ULocale _locale; field in TimeZoneFormat 419 _locale = locale; in TimeZoneFormat() 534 _gnames = TimeZoneGenericNames.getInstance(_locale); in getTimeZoneGenericNames() 551 _tzdbNames = new TZDBTimeZoneNames(_locale); in getTZDBTimeZoneNames() 573 _gnames = new TimeZoneGenericNames(_locale, _tznames); in setTimeZoneNames() 1850 _region = _locale.getCountry(); 1852 ULocale tmp = ULocale.addLikelySubtags(_locale); 3152 fields.put("_locale", _locale); 3172 _locale = (ULocale)fields.get("_locale", null); 3173 if (_locale == null) { [all …]
|
/external/python/cpython2/Doc/library/ |
D | locale.rst | 16 .. index:: module: _locale 18 The :mod:`locale` module is implemented on top of the :mod:`_locale` module, 544 this to happen, it should remove the :mod:`_locale` extension module (which does 546 and make sure that the :mod:`_locale` module is not accessible as a shared 550 .. _locale-gettext:
|
/external/python/cpython2/RISCOS/ |
D | Makefile | 82 @.^.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/test/intltest/ |
D | svccoll.cpp | 228 CollatorInfo::CollatorInfo(const Locale& _locale, Collator* _collator, Hashtable* _displayNames) in CollatorInfo() argument 229 : locale(_locale) in CollatorInfo()
|
/external/icu/icu4c/source/common/ |
D | serv.cpp | 284 DNCache(const Locale& _locale) in DNCache() argument 285 : cache(), locale(_locale) in DNCache()
|
/external/python/cpython2/Modules/ |
D | Setup.dist | 192 #_locale _localemodule.c # -lintl
|
/external/python/cpython2/ |
D | README | 490 _locale, math, md5, new, operator, parser, pcre, 545 _codecs, _locale, _socket, _symtable, _testcapi, _weakref
|
/external/python/cpython2/Misc/ |
D | HISTORY | 3254 - Bug #920575: A problem where the _locale module segfaults on 9536 - The _locale module is enabled by default.
|
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/DA7778FB66018A4E9B4110ED06E730D00/ |
D | breakpad_unittests.sym | 124 FILE 122 /s/clank/src/third_party/android_tools/ndk/sources/cxx-stl/stlport/stlport/stl/_locale.h 220 FILE 218 /tmp/ndk-user/tmp/build-stlport/ndk/sources/cxx-stl/stlport/stlport/stl/_locale.h
|
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/D6D1FEC9A15DE7F38A236898871A2E770/ |
D | breakpad_unittests.sym | 119 FILE 117 /s/clank/src/third_party/android_tools/ndk/sources/cxx-stl/stlport/stlport/stl/_locale.h 221 FILE 219 /tmp/ndk-user/tmp/build-stlport/ndk/sources/cxx-stl/stlport/stlport/stl/_locale.h
|