Home
last modified time | relevance | path

Searched defs:locale (Results 426 - 450 of 887) sorted by relevance

1...<<11121314151617181920>>...36

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DRelativeDateFormat.java62 public RelativeDateFormat(int timeStyle, int dateStyle, ULocale locale, Calendar cal) { in RelativeDateFormat() argument
294 private void initCapitalizationContextInfo(ULocale locale) { in initCapitalizationContextInfo() argument
327 initializeCalendar(TimeZone zone, ULocale locale) initializeCalendar() argument
338 initializeCombinedFormat(Calendar cal, ULocale locale) initializeCombinedFormat() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/
H A DKeyTypeData.java
H A DLanguageTag.java
H A DInternalLocaleBuilder.java[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DLocaleData.java141 public static UnicodeSet getExemplarSet(ULocale locale, int options) { in getExemplarSet() argument
163 getExemplarSet(ULocale locale, int options, int extype) getExemplarSet() argument
223 getInstance(ULocale locale) getInstance() argument
294 measurementTypeBundleForLocale(ULocale locale, String measurementType) measurementTypeBundleForLocale() argument
349 getMeasurementSystem(ULocale locale) getMeasurementSystem() argument
397 getPaperSize(ULocale locale) getPaperSize() argument
[all...]
H A DHebrewCalendar.java301 public HebrewCalendar(ULocale locale) { in HebrewCalendar() argument
326 HebrewCalendar(TimeZone zone, ULocale locale) HebrewCalendar() argument
[all...]
H A DIndianCalendar.java180 public IndianCalendar(ULocale locale) { in IndianCalendar() argument
205 IndianCalendar(TimeZone zone, ULocale locale) IndianCalendar() argument
[all...]
H A DUResourceBundle.java165 getBundleInstance(ULocale locale) getBundleInstance() argument
199 getBundleInstance(String baseName, Locale locale) getBundleInstance() argument
218 getBundleInstance(String baseName, ULocale locale) getBundleInstance() argument
239 getBundleInstance(String baseName, Locale locale, ClassLoader loader) getBundleInstance() argument
261 getBundleInstance(String baseName, ULocale locale, ClassLoader loader) getBundleInstance() argument
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DICUServiceThreadTest.java59 public String getDisplayName(String idForDisplay, ULocale locale) { in getDisplayName() argument
73 public static SortedMap getDisplayNames(ICUService service, ULocale locale) { in getDisplayNames() argument
271 ULocale locale; field in ICUServiceThreadTest.GetDisplayThread
273 GetDisplayThread(String name, ICUService service, long delay, ULocale locale) { in GetDisplayThread() argument
[all...]
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/locale/
H A DLikelySubtagsBuilder.java
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DListFormatterTest.java197 void DoTheRealListStyleTesting(ULocale locale, String items[], ListFormatter.Type type, ListFormatter.Width width, String expected) { in DoTheRealListStyleTesting() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DPluralFormat.java210 PluralFormat(Locale locale) PluralFormat() argument
245 PluralFormat(Locale locale, PluralRules rules) PluralFormat() argument
267 PluralFormat(Locale locale, PluralType type) PluralFormat() argument
376 init(PluralRules rules, PluralType type, ULocale locale, NumberFormat numberFormat) init() argument
[all...]
H A DTimeZoneNames.java155 public static TimeZoneNames getInstance(ULocale locale) { in getInstance() argument
168 getInstance(Locale locale) getInstance() argument
181 getTZDBInstance(ULocale locale) getTZDBInstance() argument
471 getTimeZoneNames(ULocale locale) getTimeZoneNames() argument
590 getTimeZoneNames(ULocale locale) getTimeZoneNames() argument
[all...]
H A DTimeUnitFormat.java92 private ULocale locale; field in TimeUnitFormat
123 public TimeUnitFormat(ULocale locale) { in TimeUnitFormat() argument
133 public TimeUnitFormat(Locale locale) { in TimeUnitFormat() argument
146 TimeUnitFormat(ULocale locale, int style) TimeUnitFormat() argument
156 TimeUnitFormat(ULocale locale, int style, NumberFormat numberFormat) TimeUnitFormat() argument
168 TimeUnitFormat(Locale locale, int style) TimeUnitFormat() argument
179 setLocale(ULocale locale) setLocale() argument
192 setLocale(Locale locale) setLocale() argument
359 ULocale locale; global() field in TimeUnitFormat.TimeUnitFormatSetupSink
362 TimeUnitFormatSetupSink(Map<TimeUnit, Map<String, Object[]>> timeUnitToCountToPatterns, int style, Set<String> pluralKeywords, ULocale locale) TimeUnitFormatSetupSink() argument
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dudatpg.cpp32 udatpg_open(const char *locale, UErrorCode *pErrorCode) { in udatpg_open() argument
H A Dnumber_capi.cpp85 unumf_openForSkeletonAndLocale(const UChar* skeleton, int32_t skeletonLen, const char* locale, in unumf_openForSkeletonAndLocale() argument
99 unumf_openForSkeletonAndLocaleWithError(const UChar* skeleton, int32_t skeletonLen, const char* locale, in unumf_openForSkeletonAndLocaleWithError() argument
H A Dnumber_compact.cpp61 void CompactData::populate(const Locale &locale, const char *nsName, CompactStyle compactStyle, in populate() argument
237 CompactHandler( CompactStyle compactStyle, const Locale &locale, const char *nsName, CompactType compactType, const PluralRules *rules, MutablePatternModifier *buildReference, bool safe, const MicroPropsGenerator *parent, UErrorCode &status) CompactHandler() argument
H A Dnumber_formatimpl.cpp484 resolvePluralRules(const PluralRules* rulesPtr, const Locale& locale, UErrorCode& status) resolvePluralRules() argument
[all...]
H A Dnumber_mapper.cpp45 Locale locale = symbols.getLocale(); in oldToNew() local
H A Ddayperiodrules.cpp336 const DayPeriodRules *DayPeriodRules::getInstance(const Locale &locale, UErrorCode &errorCode) { in getInstance() argument
H A Dcurrpinf.cpp73 CurrencyPluralInfo::CurrencyPluralInfo(const Locale& locale, UErrorCode& status) in CurrencyPluralInfo() argument
/third_party/icu/icu4c/source/common/
H A Dustr_titlecase_brkiter.cpp132 ustrcase_getTitleBreakIterator( const Locale *locale, const char *locID, uint32_t options, BreakIterator *iter, LocalPointer<BreakIterator> &ownedIter, UErrorCode &errorCode) ustrcase_getTitleBreakIterator() argument
166 toTitle( const char *locale, uint32_t options, BreakIterator *iter, const UChar *src, int32_t srcLength, UChar *dest, int32_t destCapacity, Edits *edits, UErrorCode &errorCode) toTitle() argument
190 u_strToTitle(UChar *dest, int32_t destCapacity, const UChar *src, int32_t srcLength, UBreakIterator *titleIter, const char *locale, UErrorCode *pErrorCode) u_strToTitle() argument
[all...]
/third_party/musl/porting/liteos_a/kernel/src/internal/
H A Dstdio_impl.h43 struct __locale_struct *locale; member
/third_party/node/deps/icu-small/source/common/
H A Dbrkiter.cpp335 BreakIterator::registerInstance(BreakIterator* toAdopt, const Locale& locale, UBreakIteratorType kind, UErrorCode& status) in registerInstance() argument
H A Dbrkeng.cpp138 ICULanguageBreakFactory::getEngineFor(UChar32 c, const char* locale) { in getEngineFor() argument

Completed in 21 milliseconds

1...<<11121314151617181920>>...36