Home
last modified time | relevance | path

Searched defs:locale (Results 101 - 125 of 916) sorted by relevance

12345678910>>...37

/third_party/libexif/test/nls/
H A Dtest-nls.c10 char *locale; member
46 char *locale = testcases[i].locale; in main() local
[all...]
/third_party/python/Tools/i18n/
H A Dmakelocalealias.py9 import locale namespace
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcurrfmt.cpp23 CurrencyFormat::CurrencyFormat(const Locale& locale, UErrorCode& ec) : in CurrencyFormat() argument
H A Dulistformatter.cpp23 ulistfmt_open(const char* locale, in ulistfmt_open() argument
38 ulistfmt_openForType(const char* locale, UListFormatterType type, in ulistfmt_openForType() argument
H A Dunumsys.cpp22 unumsys_open(const char *locale, UErrorCode *status) in unumsys_open() argument
/third_party/skia/third_party/externals/icu/source/common/
H A Dlocaleprioritylist.h65 const Locale *locale = list.localeAt(index++); variable
H A Ducat.cpp40 u_catopen(const char* name, const char* locale, UErrorCode* ec) { in u_catopen() argument
H A Dustrcase_locale.cpp31 ustrcase_getCaseLocale(const char *locale) { in ustrcase_getCaseLocale() argument
45 u_strToLower(UChar *dest, int32_t destCapacity, const UChar *src, int32_t srcLength, const char *locale, UErrorCode *pErrorCode) u_strToLower() argument
57 u_strToUpper(UChar *dest, int32_t destCapacity, const UChar *src, int32_t srcLength, const char *locale, UErrorCode *pErrorCode) u_strToUpper() argument
70 toLower( const char *locale, uint32_t options, const UChar *src, int32_t srcLength, UChar *dest, int32_t destCapacity, Edits *edits, UErrorCode &errorCode) toLower() argument
82 toUpper( const char *locale, uint32_t options, const UChar *src, int32_t srcLength, UChar *dest, int32_t destCapacity, Edits *edits, UErrorCode &errorCode) toUpper() argument
[all...]
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/
H A DFontChain.java26 abstract String locale(); in locale() method in FontChain
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/
H A Dmain.cpp38 QString locale; in main() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/
H A Dmain.cpp38 QString locale; in main() local
/foundation/arkui/ace_engine/test/mock/core/rosen/
H A Dtesting_typography_style.h41 std::string locale; member in OHOS::Ace::Testing::TestingTypographyStyle
/foundation/bundlemanager/distributed_bundle_framework/interfaces/kits/js/distributebundlemgr/
H A Ddistributed_bundle_mgr.h41 std::string locale; member
51 std::string locale; member
/test/xts/acts/global_lite/i18n_lite/datetimerecall_posix/src/
H A DUnitDateTimeRecallTest.cpp52 static int GetLocaleIndex(LocaleInfo locale, vector<LocaleInfo> locales) in GetLocaleIndex() argument
69 LocaleInfo *locale = new LocaleInfo("en", "ZZ"); in HWTEST_F() local
89 LocaleInfo *locale = new LocaleInfo("zh", "ZZ"); HWTEST_F() local
109 LocaleInfo *locale = new LocaleInfo("zh", "Hans", "ZZ"); HWTEST_F() local
129 LocaleInfo *locale = new LocaleInfo("zz", ""); HWTEST_F() local
[all...]
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationLoader.java82 static String loadRules(ULocale locale, String collationType) { in loadRules() argument
95 public static CollationTailoring loadTailoring(ULocale locale, Output<ULocale> outValidLocale) { in loadTailoring() argument
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/message2/
H A DNumberFormatterFactory.java30 public Formatter createFormatter(Locale locale, Map<String, Object> fixedOptions) { in createFormatter() argument
35 private final Locale locale; field in NumberFormatterFactory.NumberFormatterImpl
40 private static LocalizedNumberFormatter formatterForOptions(Locale locale, Map<String, Object> fixedOptions) { in formatterForOptions() argument
55 NumberFormatterImpl(Locale locale, Map<String, Object> fixedOptions) { in NumberFormatterImpl() argument
[all...]
H A DDateTimeFormatterFactory.java39 public Formatter createFormatter(Locale locale, Map<String, Object> fixedOptions) { in createFormatter() argument
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
H A DUsagePrefsHandler.java19 public UsagePrefsHandler(ULocale locale, MeasureUnit inputUnit, String usage, MicroPropsGenerator parent) { in UsagePrefsHandler() argument
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DBreakIteratorFactory.java37 public Object registerInstance(BreakIterator iter, ULocale locale, int kind) { in registerInstance() argument
69 public BreakIterator createBreakIterator(ULocale locale, int kind) { in createBreakIterator() argument
121 private static BreakIterator createBreakInstance(ULocale locale, int kind) { in createBreakInstance() argument
[all...]
H A DCurrencyDisplayNames.java37 public static CurrencyDisplayNames getInstance(ULocale locale) { in getInstance() argument
53 getInstance(Locale locale) getInstance() argument
71 getInstance(ULocale locale, boolean noSubstitute) getInstance() argument
89 getInstance(Locale locale, boolean noSubstitute) getInstance() argument
[all...]
H A DDurationFormat.java39 public static DurationFormat getInstance(ULocale locale) { in getInstance() argument
59 protected DurationFormat(ULocale locale) { in DurationFormat() argument
/third_party/icu/icu4c/source/i18n/unicode/
H A Dlistformatter.h55 Locale locale; member
[all...]
/third_party/icu/icu4c/source/samples/ufortune/
H A Dufortune.c66 char *locale=NULL; /* Locale name. Null for system default, */ in main() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DHoliday.java39 public static Holiday[] getHolidays(Locale locale) in getHolidays() argument
47 public static Holiday[] getHolidays(ULocale locale) in getHolidays() argument
159 public String getDisplayName(Locale locale) in getDisplayName() argument
175 getDisplayName(ULocale locale) getDisplayName() argument
[all...]
/third_party/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/javaspi/text/
H A DNumberFormatProviderICU.java28 public NumberFormat getCurrencyInstance(Locale locale) { in getCurrencyInstance() argument
33 public NumberFormat getIntegerInstance(Locale locale) { in getIntegerInstance() argument
38 public NumberFormat getNumberInstance(Locale locale) { in getNumberInstance() argument
43 public NumberFormat getPercentInstance(Locale locale) { in getPercentInstance() argument
52 private NumberFormat getInstance(int type, Locale locale) { in getInstance() argument
[all...]

Completed in 7 milliseconds

12345678910>>...37