Home
last modified time | relevance | path

Searched defs:countryOrRegion (Results 1 - 16 of 16) sorted by relevance

/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dace_application_info.cpp36 void AceApplicationInfoImpl::ChangeLocale(const std::string& language, const std::string& countryOrRegion) in ChangeLocale() argument
60 void AceApplicationInfoImpl::SetLocale(const std::string& language, const std::string& countryOrRegion, in SetLocale() argument
/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dace_application_info.cpp40 void AceApplicationInfoImpl::ChangeLocale(const std::string& language, const std::string& countryOrRegion) in ChangeLocale() argument
60 void AceApplicationInfoImpl::SetLocale(const std::string& language, const std::string& countryOrRegion, in SetLocale() argument
/foundation/arkui/ace_engine/interfaces/napi/kits/configuration/
H A Djs_configuration.cpp32 std::string countryOrRegion = OHOS::Ace::AceApplicationInfo::GetInstance().GetCountryOrRegion(); in JSConfigurationGetLocale() local
/foundation/arkui/ace_engine/test/mock/base/
H A Dmock_localization.cpp27 void Localization::SetLocaleImpl(const std::string& language, const std::string& countryOrRegion, in SetLocaleImpl() argument
/foundation/arkui/ace_engine/test/unittest/core/pattern/time_picker/
H A Dtime_picker_order_test_ng.cpp160 const std::string countryOrRegion = "CN"; in HWTEST_F() local
224 const std::string countryOrRegion = "US"; in HWTEST_F() local
288 const std::string countryOrRegion = ""; in HWTEST_F() local
352 const std::string countryOrRegion = ""; in HWTEST_F() local
416 const std::string countryOrRegion = ""; in HWTEST_F() local
480 const std::string countryOrRegion = ""; in HWTEST_F() local
544 const std::string countryOrRegion = ""; in HWTEST_F() local
608 const std::string countryOrRegion = ""; in HWTEST_F() local
672 const std::string countryOrRegion = "CN"; in HWTEST_F() local
737 const std::string countryOrRegion in HWTEST_F() local
806 const std::string countryOrRegion = ""; HWTEST_F() local
875 const std::string countryOrRegion = ""; HWTEST_F() local
944 const std::string countryOrRegion = ""; HWTEST_F() local
1013 const std::string countryOrRegion = ""; HWTEST_F() local
1082 const std::string countryOrRegion = ""; HWTEST_F() local
1151 const std::string countryOrRegion = ""; HWTEST_F() local
1220 const std::string countryOrRegion = ""; HWTEST_F() local
1285 const std::string countryOrRegion = ""; HWTEST_F() local
1350 const std::string countryOrRegion = "CN"; HWTEST_F() local
1417 const std::string countryOrRegion = "US"; HWTEST_F() local
1484 const std::string countryOrRegion = "CN"; HWTEST_F() local
1551 const std::string countryOrRegion = "CN"; HWTEST_F() local
1615 const std::string countryOrRegion = "US"; HWTEST_F() local
1679 const std::string countryOrRegion = ""; HWTEST_F() local
1743 const std::string countryOrRegion = ""; HWTEST_F() local
1807 const std::string countryOrRegion = ""; HWTEST_F() local
1871 const std::string countryOrRegion = ""; HWTEST_F() local
[all...]
H A Dtime_picker_test_ng.cpp2025 const std::string countryOrRegion = "US"; in HWTEST_F() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/picker/
H A Ddate_picker_order_test.cpp241 const std::string countryOrRegion = "US"; in HWTEST_F() local
303 const std::string countryOrRegion = "CN"; in HWTEST_F() local
365 const std::string countryOrRegion = "CN"; in HWTEST_F() local
H A Ddate_picker_test_ng.cpp1000 const std::string countryOrRegion = "US"; in HWTEST_F() local
5707 const std::string countryOrRegion = "US"; in HWTEST_F() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_picker/
H A Dtext_picker_pattern_test_ng.cpp1004 const std::string countryOrRegion = "US"; in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/base/i18n/
H A Dlocalization.cpp179 void Localization::SetLocaleImpl(const std::string& language, const std::string& countryOrRegion, in SetLocaleImpl() argument
970 void Localization::SetLocale(const std::string& language, const std::string& countryOrRegion, const std::string& script, in SetLocale() argument
/foundation/arkui/ace_engine/test/unittest/core/pattern/calendar_picker/
H A Dcalendar_picker_test_ng.cpp277 const std::string countryOrRegion = ""; in HWTEST_F() local
320 const std::string countryOrRegion = ""; in HWTEST_F() local
364 const std::string countryOrRegion = ""; in HWTEST_F() local
1898 const std::string countryOrRegion = ""; in HWTEST_F() local
1927 const std::string countryOrRegion = ""; in HWTEST_F() local
1957 const std::string countryOrRegion = ""; HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ng/
H A Dfrontend_delegate_declarative_ng.cpp551 void FrontendDelegateDeclarativeNG::ChangeLocale(const std::string& language, const std::string& countryOrRegion) in ChangeLocale() argument
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/
H A Dplugin_frontend_delegate.cpp133 void PluginFrontendDelegate::ChangeLocale(const std::string& language, const std::string& countryOrRegion) in ChangeLocale() argument
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Dfrontend_delegate_impl.cpp160 void FrontendDelegateImpl::ChangeLocale(const std::string& language, const std::string& countryOrRegion) in ChangeLocale() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Dfrontend_delegate_declarative.cpp202 void FrontendDelegateDeclarative::ChangeLocale(const std::string& language, const std::string& countryOrRegion) in ChangeLocale() argument
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_engine.cpp706 shared_ptr<JsValue> countryOrRegion = runtime->NewString(AceApplicationInfo::GetInstance().GetCountryOrRegion()); in GetLocale() local
726 std::string countryOrRegion; in SetLocale() local

Completed in 56 milliseconds