Home
last modified time | relevance | path

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

/third_party/icu/tools/colprobe/
H A Duprinter.cpp25 strcpy(_locale, locale); in UPrinter()
37 strcpy(_locale, locale); in UPrinter()
103 u_vsprintf(buffer, _locale, fmt, ap); in log()
H A Duprinter.h34 char _locale[256]; member in UPrinter
/third_party/python/Lib/
H A Dcalendar.py10 import locale as _locale namespace
554 self.oldlocale = _locale.setlocale(_locale.LC_TIME, None)
555 _locale.setlocale(_locale.LC_TIME, self.locale)
560 _locale.setlocale(_locale.LC_TIME, self.oldlocale)
564 locale = _locale.setlocale(_locale.LC_TIME, None)
569 locale = _locale
[all...]
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.
565 # check if it's supported by the _locale module
566 import _locale namespace
567 code, encoding = _locale._getdefaultlocale()
650 from _locale import getencoding
H A D_pydecimal.py6184 import locale as _locale namespace
6253 _localeconv = _locale.localeconv()
6313 elif grouping[-1] == _locale.CHAR_MAX:
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DTimeZoneGenericNames.java109 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()
H A DTZDBTimeZoneNames.java55 private ULocale _locale; field in TZDBTimeZoneNames
59 _locale = loc; in TZDBTimeZoneNames()
397 String region = _locale.getCountry(); in getTargetRegion()
399 ULocale tmp = ULocale.addLikelySubtags(_locale); in getTargetRegion()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DTimeZoneGenericNames.java113 private final ULocale _locale; field in TimeZoneGenericNames
142 _locale = locale; in TimeZoneGenericNames()
153 _tznames = TimeZoneNames.getInstance(_locale); in init()
455 ICUData.ICU_ZONE_BASE_NAME, _locale); in formatPattern()
480 locNames = LocaleDisplayNames.getInstance(_locale); in getLocaleDisplayNames()
522 _region = _locale.getCountry(); in getTargetRegion()
524 ULocale tmp = ULocale.addLikelySubtags(_locale); in getTargetRegion()
H A DTZDBTimeZoneNames.java57 private ULocale _locale; field in TZDBTimeZoneNames
61 _locale = loc; in TZDBTimeZoneNames()
399 String region = _locale.getCountry(); in getTargetRegion()
401 ULocale tmp = ULocale.addLikelySubtags(_locale); in getTargetRegion()
/third_party/python/Tools/i18n/
H A Dmakelocalealias.py11 _locale = locale variable
83 alias = _locale._replace_encoding(alias, alias_encoding)
/third_party/python/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)
H A Dtest_locale.py509 import _locale namespace
514 if hasattr(_locale, '_getdefaultlocale'):
515 orig_getlocale = _locale._getdefaultlocale
516 del _locale._getdefaultlocale
540 _locale._getdefaultlocale = orig_getlocale
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DTimeZoneFormat.java331 private ULocale _locale; field in TimeZoneFormat
420 _locale = locale; in TimeZoneFormat()
535 _gnames = TimeZoneGenericNames.getInstance(_locale); in getTimeZoneGenericNames()
552 _tzdbNames = new TZDBTimeZoneNames(_locale); in getTZDBTimeZoneNames()
574 _gnames = new TimeZoneGenericNames(_locale, _tznames); in setTimeZoneNames()
1851 _region = _locale.getCountry(); in getTargetRegion()
1853 ULocale tmp = ULocale.addLikelySubtags(_locale); in getTargetRegion()
3143 * @serialField _locale ULocale The locale of this TimeZoneFormat object.
3155 new ObjectStreamField("_locale", ULocale.class),
3172 fields.put("_locale", _local in writeObject()
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DTimeZoneFormat.java295 private ULocale _locale; field in TimeZoneFormat
383 _locale = locale; in TimeZoneFormat()
495 _gnames = TimeZoneGenericNames.getInstance(_locale); in getTimeZoneGenericNames()
512 _tzdbNames = new TZDBTimeZoneNames(_locale); in getTZDBTimeZoneNames()
533 _gnames = new TimeZoneGenericNames(_locale, _tznames); in setTimeZoneNames()
1781 _region = _locale.getCountry(); in getTargetRegion()
1783 ULocale tmp = ULocale.addLikelySubtags(_locale); in getTargetRegion()
3073 * @serialField _locale ULocale The locale of this TimeZoneFormat object.
3085 new ObjectStreamField("_locale", ULocale.class),
3102 fields.put("_locale", _local in writeObject()
[all...]
/third_party/icu/icu4c/source/common/
H A Dserv.cpp278 DNCache(const Locale& _locale) in DNCache() argument
279 : cache(), locale(_locale) in DNCache()
/third_party/node/deps/icu-small/source/common/
H A Dserv.cpp278 DNCache(const Locale& _locale) in DNCache() argument
279 : cache(), locale(_locale) in DNCache()
/third_party/icu/icu4c/source/test/intltest/
H A Dsvccoll.cpp228 CollatorInfo::CollatorInfo(const Locale& _locale, Collator* _collator, Hashtable* _displayNames) in CollatorInfo() argument
229 : locale(_locale) in CollatorInfo()
/third_party/skia/third_party/externals/icu/source/common/
H A Dserv.cpp284 DNCache(const Locale& _locale) in DNCache() argument
285 : cache(), locale(_locale) in DNCache()
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 31 milliseconds