| /base/global/i18n_lite/frameworks/i18n/test/unittest/lite/common/ |
| D | i18n_test.cpp | 52 LocaleInfo *locale = new LocaleInfo("zh", "Hans", "CN"); variable 64 LocaleInfo *locale = new LocaleInfo("zh", "CN"); variable 76 LocaleInfo *locale = new LocaleInfo(); variable 88 LocaleInfo locale("zh", "CN"); variable 109 LocaleInfo locale("zh", "CN"); variable 121 LocaleInfo locale("ar", "AE"); variable 136 LocaleInfo locale("ar", "AE"); variable 151 LocaleInfo locale("zh", "Hans", "CN"); variable 166 LocaleInfo locale("zh", "Hans", "CN"); variable 181 LocaleInfo locale("zh", "Hans", "CN"); variable [all …]
|
| /base/global/i18n/frameworks/intl/test/unittest/ |
| D | i18n_test.cpp | 592 icu::Locale locale = icu::Locale::forLanguageTag(localeStr, status); variable 611 icu::Locale locale = icu::Locale::forLanguageTag(localeStr, status); variable 632 icu::Locale locale = icu::Locale::forLanguageTag(localeStr, status); variable 651 icu::Locale locale = icu::Locale::forLanguageTag(localeStr, status); variable 670 icu::Locale locale = icu::Locale::forLanguageTag(localeStr, status); variable 687 icu::Locale locale = icu::Locale::forLanguageTag(localeStr, status); variable 704 icu::Locale locale = icu::Locale::forLanguageTag(localeStr, status); variable 725 icu::Locale locale = icu::Locale::forLanguageTag(localeStr, status); variable 746 icu::Locale locale = icu::Locale::forLanguageTag(localeStr, status); variable 765 icu::Locale locale = icu::Locale::forLanguageTag(localeStr, status); variable [all …]
|
| D | intl_test.cpp | 101 string locale = "zh-CN-u-hc-h12"; variable 141 string locale = "ja-Jpan-JP-u-ca-japanese-hc-h12-co-emoji"; variable 171 string locale = "en-GB"; variable 199 string locale = "en-GB"; variable 228 string locale = "ja"; variable 259 string locale = "en-IN"; variable 294 string locale = "zh-CN"; variable 325 string locale = "en-CN"; variable 353 string locale = "en-CN"; variable 393 string locale = "en-CN"; variable [all …]
|
| D | locale_config_test.cpp | 127 string locale = "zh-Hant-TW"; variable 141 string locale = "zh-Hant-TW"; variable 386 string locale = "zh-Hans-CN"; variable
|
| /base/inputmethod/imf/test/unittest/resource/bundle_dependencies/newTestIme/entry/src/main/resources/base/profile/ |
| D | input_method_config.json | 7 "locale": "en-US", string 14 "locale": "en-US", string 21 "locale": "zh-CN", string
|
| /base/global/i18n/frameworks/intl/src/ |
| D | index_util.cpp | 31 icu::Locale locale(LocaleConfig::GetSystemLocale().c_str()); in IndexUtil() local 34 icu::Locale locale(localeTag.c_str()); in IndexUtil() local 68 icu::Locale locale(localeTag.c_str()); in AddLocale() local
|
| D | locale_util.cpp | 20 bool LocaleUtil::IsRTL(const std::string &locale) in IsRTL()
|
| D | date_time_matched.cpp | 23 DateTimeMatched::DateTimeMatched(std::string& locale) in DateTimeMatched()
|
| /base/inputmethod/imf/test/unittest/resource/bundle_dependencies/extImfBundle/entry/src/main/resources/base/profile/ |
| D | input_method_config.json | 7 "locale": "zh-CN", string 14 "locale": "en-US", string
|
| /base/global/i18n_lite/interfaces/kits/i18n/include/ |
| D | date_time_format.h | 190 LocaleInfo locale; variable
|
| D | measure_format.h | 125 LocaleInfo locale; variable
|
| D | week_info.h | 68 LocaleInfo locale; variable
|
| /base/global/i18n/frameworks/intl/include/ |
| D | entity_recognizer.h | 37 std::string locale; variable
|
| D | date_rule_init.h | 45 std::string locale; variable
|
| D | plural_rules.h | 41 icu::Locale locale; variable
|
| D | date_time_filter.h | 78 std::string locale; variable
|
| D | collator.h | 57 icu::Locale locale; variable
|
| /base/global/i18n/frameworks/intl/test/fuzztest/localeinfo_fuzzer/ |
| D | localeinfo_fuzzer.cpp | 28 LocaleInfo *locale = new LocaleInfo(input); in DoSomethingInterestingWithMyAPI() local
|
| /base/global/i18n/frameworks/intl/test/fuzztest/entityrecongnizer_fuzzer/ |
| D | entityrecongnizer_fuzzer.cpp | 31 icu::Locale locale = icu::Locale::forLanguageTag(input, status); in DoSomethingInterestingWithMyAPI() local
|
| /base/global/resource_management_lite/frameworks/resmgr_lite/src/utils/ |
| D | utils.cpp | 122 uint16_t Utils::EncodeRegionByResLocale(const ResLocale *locale) in EncodeRegionByResLocale() 130 uint16_t Utils::EncodeLanguageByResLocale(const ResLocale *locale) in EncodeLanguageByResLocale() 138 uint32_t Utils::EncodeScriptByResLocale(const ResLocale *locale) in EncodeScriptByResLocale()
|
| /base/global/i18n_lite/frameworks/i18n/include/ |
| D | measure_format_impl.h | 48 LocaleInfo locale; variable
|
| /base/global/resource_management/frameworks/resmgr/test/unittest/common/ |
| D | res_config_impl_test.cpp | 88 Locale locale; variable 107 Locale locale; variable 196 Locale locale; variable 215 Locale locale; variable 234 Locale locale; variable 635 Locale locale; variable 682 Locale locale; variable 722 Locale locale; variable 848 Locale locale; variable 1092 Locale locale; variable [all …]
|
| /base/global/i18n_lite/frameworks/i18n/src/ |
| D | locale_info.cpp | 272 LocaleInfo locale; in ForLanguageTag() local 282 void LocaleInfo::ParseLanguageTag(LocaleInfo &locale, const char *languageTag, I18nStatus &status) in ParseLanguageTag() 315 bool LocaleInfo::ParseNormalSubTag(LocaleInfo &locale, const char *start, size_t tagLength, uint16_… in ParseNormalSubTag() 378 void LocaleInfo::ProcessExtension(LocaleInfo &locale, const char *key, const char *value) in ProcessExtension()
|
| D | plural_format.cpp | 21 PluralFormat::PluralFormat(LocaleInfo &locale, I18nStatus &status) in PluralFormat()
|
| /base/global/resource_management_lite/frameworks/resmgr_lite/src/ |
| D | global_utils.c | 123 static uint32_t GetValueFromLocale(const char *locale) in GetValueFromLocale() 186 LocaleItem locale = {0, 0, 0}; in FindOffsetByLangWithScriptOrRegion() local 222 LocaleItem locale = {0, 0, 0}; in FindOffsetByAllParam() local 353 static uint32_t GetOffsetByLocale(const char *path, const char *locale, uint32_t length) in GetOffsetByLocale() 478 static uint32_t GetIdHeaderOffsetByLocale(const char *locale, const Key *keys, uint32_t configNum) in GetIdHeaderOffsetByLocale()
|