Home
last modified time | relevance | path

Searched defs:locale (Results 476 - 500 of 880) sorted by relevance

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

/third_party/skia/third_party/externals/icu/source/i18n/
H A Dwinnmfmt.cpp144 static UErrorCode GetEquivalentWindowsLocaleName(const Locale& locale, UnicodeString** buffer) in GetEquivalentWindowsLocaleName() argument
206 Win32NumberFormat::Win32NumberFormat(const Locale &locale, UBool currency, UErrorCode &status) in Win32NumberFormat() argument
[all...]
/third_party/skia/third_party/externals/icu/source/samples/uresb/
H A Duresb.c52 static const char *locale = NULL; variable
/third_party/python/Lib/tkinter/
H A Dfiledialog.py468 import locale namespace
/third_party/python/Lib/test/libregrtest/
H A Druntest_mp.py25 import locale namespace
/third_party/skia/third_party/externals/icu/source/common/
H A Dservls.cpp45 ICULocaleService::get(const Locale& locale, UErrorCode& status) const in get() argument
51 ICULocaleService::get(const Locale& locale, int32_t kind, UErrorCode& status) const in get() argument
57 ICULocaleService::get(const Locale& locale, Locale* actualReturn, UErrorCode& status) const in get() argument
63 ICULocaleService::get(const Locale& locale, int32_t kind, Locale* actualReturn, UErrorCode& status) const in get() argument
95 ICULocaleService::registerInstance(UObject* objToAdopt, const UnicodeString& locale, in registerInstance() argument
105 registerInstance(UObject* objToAdopt, const Locale& locale, UErrorCode& status) registerInstance() argument
111 registerInstance(UObject* objToAdopt, const Locale& locale, int32_t kind, UErrorCode& status) registerInstance() argument
117 registerInstance(UObject* objToAdopt, const Locale& locale, int32_t kind, int32_t coverage, UErrorCode& status) registerInstance() argument
[all...]
H A Dubrk.cpp34 ubrk_open(UBreakIteratorType type, const char *locale, const UChar *text, int32_t textLength, UErrorCode *status) ubrk_open() argument
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/tzdata/
H A Dstrftime.c119 strftime_l(char *restrict s, size_t maxsize, char const *restrict format, struct tm const *restrict t, ATTRIBUTE_MAYBE_UNUSED locale_t locale) strftime_l() argument
/third_party/python/Modules/clinic/
H A D_localemodule.c.h22 const char *locale = NULL; in _locale_setlocale() local
[all...]
/third_party/skia/modules/skparagraph/src/
H A DFontCollection.cpp306 sk_sp<SkTypeface> FontCollection::defaultFallback(SkUnichar unicode, SkFontStyle fontStyle, const SkString& locale) { argument
/third_party/skia/modules/skunicode/src/
H A DSkUnicode_client.cpp357 std::unique_ptr<SkBreakIterator> SkUnicode_client::makeBreakIterator(const char locale[], in makeBreakIterator() argument
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dctypendk.cpp562 locale_t locale = nullptr; in TolowerL() local
647 locale_t locale = nullptr; in ToupperL() local
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
H A DLocaleDistance.java
H A DXCldrStub.java
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DDayPeriodRules.java244 public static DayPeriodRules getInstance(ULocale locale) { in getInstance() argument
H A DICUService.java257 public String getDisplayName(String id, ULocale locale); in getDisplayName() argument
327 public String getDisplayName(String identifier, ULocale locale) { in getDisplayName() argument
618 getDisplayName(String id, ULocale locale) getDisplayName() argument
650 getDisplayNames(ULocale locale) getDisplayNames() argument
658 getDisplayNames(ULocale locale, Comparator<Object> com) getDisplayNames() argument
666 getDisplayNames(ULocale locale, String matchID) getDisplayNames() argument
680 getDisplayNames(ULocale locale, Comparator<Object> com, String matchID) getDisplayNames() argument
730 private final ULocale locale; global() field in ICUService.LocaleRef
734 LocaleRef(SortedMap<String, String> dnCache, ULocale locale, Comparator<Object> com) LocaleRef() argument
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DBreakIterator.java811 registerInstance(BreakIterator iter, Locale locale, int kind) registerInstance() argument
830 registerInstance(BreakIterator iter, ULocale locale, int kind) registerInstance() argument
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dplurfmts.cpp56 Locale locale = Locale::getDefault(); in pluralFormatBasicTest() local
753 const char *locale = localeArray[i]; helperTestResults() local
[all...]
H A Dlocalematchertest.cpp550 Locale *getLocaleOrNull(const CharString &s, Locale &locale) { in getLocaleOrNull() argument
/third_party/icu/icu4c/source/i18n/
H A Dunits_data.cpp392 CharString getKeyWordValue(const Locale &locale, StringPiece kw, UErrorCode &status) { in getKeyWordValue() argument
406 getPreferencesFor(StringPiece category, StringPiece usage, const Locale &locale, UErrorCode &status) const getPreferencesFor() argument
/third_party/icu/icu4c/source/test/cintltst/
H A Dcmsgtst.c884 static int32_t CallFormatMessage(const char* locale, UChar* testCasePattern, int32_t patternLength, in CallFormatMessage() argument
944 static void CallParseMessage(const char* locale, UChar* pattern, int32_t patternLength, in CallParseMessage() argument
1045 const char* locale = "hi_IN"; in OpenMessageFormatTest() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DChineseCalendar.java319 ChineseCalendar(ULocale locale) ChineseCalendar() argument
330 ChineseCalendar(TimeZone zone, ULocale locale) ChineseCalendar() argument
342 ChineseCalendar(TimeZone zone, ULocale locale, int epochYear, TimeZone zoneAstroCalc) ChineseCalendar() argument
476 handleGetDateFormat(String pattern, String override, ULocale locale) handleGetDateFormat() argument
[all...]
H A DIslamicCalendar.java228 public IslamicCalendar(ULocale locale) in IslamicCalendar() argument
254 IslamicCalendar(TimeZone zone, ULocale locale) IslamicCalendar() argument
991 setCalcTypeForLocale(ULocale locale) setCalcTypeForLocale() argument
[all...]
/third_party/icu/icu4j/main/classes/currdata/src/com/ibm/icu/impl/
H A DICUCurrencyDisplayInfoProvider.java35 public CurrencyDisplayInfo getInstance(ULocale locale, boolean withFallback) { in getInstance() argument
67 final ULocale locale; global() field in ICUCurrencyDisplayInfoProvider.ICUCurrencyDisplayInfo
139 ICUCurrencyDisplayInfo(ULocale locale, ICUResourceBundle rb, boolean fallback) ICUCurrencyDisplayInfo() argument
[all...]
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DAlphabeticIndexTest.java1172 checkHasBuckets(Locale locale, int script) checkHasBuckets() argument
[all...]

Completed in 22 milliseconds

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