Home
last modified time | relevance | path

Searched refs:GetLocale (Results 1 - 25 of 26) sorted by relevance

12

/base/global/i18n_lite/interfaces/kits/js/builtin/src/
H A Dlocale_module.cpp60 JSI::SetModuleAPI(exports, "getLocale", LocaleModule::GetLocale); in InitLocaleModule()
63 JSIValue LocaleModule::GetLocale(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum) in GetLocale() function in OHOS::ACELite::LocaleModule
/base/global/i18n_lite/interfaces/kits/js/builtin/include/
H A Dlocale_module.h27 static JSIValue GetLocale(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum);
/base/global/i18n/frameworks/intl/test/fuzztest/localeinfo_fuzzer/
H A Dlocaleinfo_fuzzer.cpp45 locale->GetLocale(); in DoSomethingInterestingWithMyAPI()
/base/global/resource_management/frameworks/resmgr/test/unittest/common/
H A Dtest_common.h50 Locale GetLocale(const char *language, const char *script, const char *region);
H A Dtest_common.cpp82 Locale GetLocale(const char *language, const char *script, const char *region) in GetLocale() function
H A Dres_config_impl_test.cpp88 locale = GetLocale("en", nullptr, "CA"); in HWTEST_F()
105 locale = GetLocale("en", nullptr, "CA"); in HWTEST_F()
182 locale = GetLocale("qaa", "Latn", "FR"); in HWTEST_F()
199 locale = GetLocale("qaa", nullptr, "FR"); in HWTEST_F()
216 locale = GetLocale("az", nullptr, nullptr); in HWTEST_F()
220 locale = GetLocale("qaa", "Latn", "CA"); in HWTEST_F()
567 locale = GetLocale(nullptr, nullptr, nullptr); in HWTEST_F()
571 locale = GetLocale("fr", nullptr, "CA"); in HWTEST_F()
575 locale = GetLocale("en", nullptr, "CA"); in HWTEST_F()
623 locale = GetLocale(nullpt in HWTEST_F()
[all...]
H A Dresource_manager_test.cpp250 Locale locale = GetLocale("en", nullptr, nullptr); in HWTEST_F()
256 locale = GetLocale(nullptr, nullptr, nullptr); in HWTEST_F()
353 Locale locale = GetLocale("zh", "Hans", "CN"); in HWTEST_F()
/base/global/i18n/frameworks/intl/test/fuzztest/datetimerule_fuzzer/
H A Ddatetimerule_fuzzer.cpp51 dateTimeRule->GetLocale(); in DoSomethingInterestingWithMyAPI()
/base/location/services/location_geocode/geocode/include/
H A Dgeo_convert_request.h41 std::string GetLocale();
/base/global/resource_management/interfaces/js/innerkits/core/include/
H A Dresource_manager_napi_utils.h87 static std::string GetLocale(std::unique_ptr<ResConfig> &cfg);
/base/global/i18n/frameworks/intl/include/
H A Dlocale_info.h47 icu::Locale GetLocale() const;
/base/global/i18n/frameworks/intl/src/
H A Drelative_time_format.cpp75 locale = localeInfo->GetLocale(); in RelativeTimeFormat()
90 locale = localeInfo->GetLocale(); in RelativeTimeFormat()
H A Dplural_rules.cpp120 locale = localeInfo->GetLocale(); in InitPluralRules()
H A Dnumber_format.cpp108 locale = localeInfo->GetLocale(); in NumberFormat()
125 locale = localeInfo->GetLocale(); in NumberFormat()
H A Dlocale_info.cpp250 Locale LocaleInfo::GetLocale() const in GetLocale() function in OHOS::Global::I18n::LocaleInfo
H A Dcollator.cpp90 locale = localeInfo->GetLocale(); in Collator()
H A Ddate_time_format.cpp126 locale = localeInfo->GetLocale(); in InitWithLocale()
/base/global/i18n/frameworks/intl/entity_recognition/date_time_recognition/src/
H A Ddate_rule_init.cpp28 this->locale = dateTimeRule->GetLocale(); in DateRuleInit()
H A Ddate_time_rule.cpp65 std::string DateTimeRule::GetLocale() in GetLocale() function in OHOS::Global::I18n::DateTimeRule
/base/global/i18n/frameworks/intl/entity_recognition/date_time_recognition/include/
H A Ddate_time_rule.h48 std::string GetLocale();
/base/global/resource_management/interfaces/cj/src/
H A Dresource_manager_impl.h112 std::string GetLocale(std::unique_ptr<Global::Resource::ResConfig> &cfg);
H A Dresource_manager_impl.cpp286 std::string locale = GetLocale(cfg); in GetConfiguration()
413 std::string ResourceManagerImpl::GetLocale(std::unique_ptr<Global::Resource::ResConfig> &cfg) in GetLocale() function in OHOS::Resource::ResourceManagerImpl
/base/location/services/location_geocode/geocode/source/
H A Dgeo_convert_request.cpp41 std::string GeoConvertRequest::GetLocale() in GetLocale() function in OHOS::Location::GeoConvertRequest
/base/global/resource_management/interfaces/js/innerkits/core/src/
H A Dresource_manager_napi_utils.cpp478 std::string ResourceManagerNapiUtils::GetLocale(std::unique_ptr<ResConfig> &cfg) in GetLocale() function in OHOS::Global::Resource::ResourceManagerNapiUtils
531 status = napi_create_string_utf8(env, ResourceManagerNapiUtils::GetLocale(cfg).c_str(), NAPI_AUTO_LENGTH, &locale); in CreateConfig()
/base/global/i18n_lite/frameworks/i18n/src/
H A Ddate_time_format_impl.cpp135 LocaleInfo DateTimeFormatImpl::GetLocale() in GetLocale() function in DateTimeFormatImpl

Completed in 15 milliseconds

12