Home
last modified time | relevance | path

Searched refs:SetUsingLocalDigit (Results 1 – 15 of 15) sorted by relevance

/base/global/i18n/frameworks/intl/test/fuzztest/localeconfigset_fuzzer/
Dlocaleconfigset_fuzzer.cpp33 LocaleConfig::SetUsingLocalDigit(true); in DoSomethingInterestingWithMyAPI()
34 LocaleConfig::SetUsingLocalDigit(false); in DoSomethingInterestingWithMyAPI()
/base/global/i18n/services/src/
Di18n_service_ability.cpp65 I18nErrorCode I18nServiceAbility::SetUsingLocalDigit(bool flag) in SetUsingLocalDigit() function in OHOS::Global::I18n::I18nServiceAbility
67 return LocaleConfig::SetUsingLocalDigit(flag); in SetUsingLocalDigit()
Di18n_service_ability_client.cpp80 I18nErrorCode I18nServiceAbilityClient::SetUsingLocalDigit(bool flag) in SetUsingLocalDigit() function in OHOS::Global::I18n::I18nServiceAbilityClient
87 return i18nServiceAbilityObj->SetUsingLocalDigit(flag); in SetUsingLocalDigit()
Di18n_service_ability_proxy.cpp78 I18nErrorCode I18nServiceAbilityProxy::SetUsingLocalDigit(bool flag) in SetUsingLocalDigit() function in OHOS::Global::I18n::I18nServiceAbilityProxy
Di18n_service_ability_stub.cpp207 err = SetUsingLocalDigit(flag); in SetUsingLocalDigitInner()
/base/global/i18n/services/test/unittest/src/
Di18n_service_test.cpp258 I18nErrorCode err = I18nServiceAbilityClient::SetUsingLocalDigit(true);
271 I18nErrorCode err = I18nServiceAbilityClient::SetUsingLocalDigit(true);
286 err = I18nServiceAbilityClient::SetUsingLocalDigit(true);
301 err = I18nServiceAbilityClient::SetUsingLocalDigit(false);
/base/global/i18n/services/include/
Di18n_service_ability_client.h73 static I18nErrorCode SetUsingLocalDigit(bool flag);
Di18n_service_ability_proxy.h75 I18nErrorCode SetUsingLocalDigit(bool flag);
Dii18n_service_ability.h33 virtual I18nErrorCode SetUsingLocalDigit(bool flag) = 0;
Di18n_service_ability.h38 I18nErrorCode SetUsingLocalDigit(bool flag) override;
/base/global/i18n/frameworks/intl/include/
Dlocale_config.h80 static I18nErrorCode SetUsingLocalDigit(bool flag);
/base/global/i18n/frameworks/intl/test/unittest/
Dlocale_config_test.cpp292 I18nErrorCode status = LocaleConfig::SetUsingLocalDigit(true);
Dintl_test_extent.cpp114 status = LocaleConfig::SetUsingLocalDigit(true);
/base/global/i18n/interfaces/js/kits/src/
Di18n_system_addon.cpp898 I18nErrorCode err = I18nServiceAbilityClient::SetUsingLocalDigit(flag); in SetUsingLocalDigitAddonImpl()
/base/global/i18n/frameworks/intl/src/
Dlocale_config.cpp1172 I18nErrorCode LocaleConfig::SetUsingLocalDigit(bool flag) in SetUsingLocalDigit() function in OHOS::Global::I18n::LocaleConfig