/foundation/arkui/ace_engine/adapter/preview/entrance/ |
H A D | ace_application_info.cpp | 36 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 D | ace_application_info.cpp | 40 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 D | js_configuration.cpp | 32 std::string countryOrRegion = OHOS::Ace::AceApplicationInfo::GetInstance().GetCountryOrRegion(); in JSConfigurationGetLocale() local
|
/foundation/arkui/ace_engine/test/mock/base/ |
H A D | mock_localization.cpp | 27 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 D | time_picker_order_test_ng.cpp | 160 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 D | time_picker_test_ng.cpp | 2025 const std::string countryOrRegion = "US"; in HWTEST_F() local
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/picker/ |
H A D | date_picker_order_test.cpp | 241 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 D | date_picker_test_ng.cpp | 1000 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 D | text_picker_pattern_test_ng.cpp | 1004 const std::string countryOrRegion = "US"; in HWTEST_F() local
|
/foundation/arkui/ace_engine/frameworks/base/i18n/ |
H A D | localization.cpp | 179 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 D | calendar_picker_test_ng.cpp | 277 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 D | frontend_delegate_declarative_ng.cpp | 551 void FrontendDelegateDeclarativeNG::ChangeLocale(const std::string& language, const std::string& countryOrRegion) in ChangeLocale() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/ |
H A D | plugin_frontend_delegate.cpp | 133 void PluginFrontendDelegate::ChangeLocale(const std::string& language, const std::string& countryOrRegion) in ChangeLocale() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/ |
H A D | frontend_delegate_impl.cpp | 160 void FrontendDelegateImpl::ChangeLocale(const std::string& language, const std::string& countryOrRegion) in ChangeLocale() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ |
H A D | frontend_delegate_declarative.cpp | 202 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 D | jsi_engine.cpp | 706 shared_ptr<JsValue> countryOrRegion = runtime->NewString(AceApplicationInfo::GetInstance().GetCountryOrRegion()); in GetLocale() local 726 std::string countryOrRegion; in SetLocale() local
|