Searched refs:SetUsingLocalDigit (Results 1 – 15 of 15) sorted by relevance
33 LocaleConfig::SetUsingLocalDigit(true); in DoSomethingInterestingWithMyAPI()34 LocaleConfig::SetUsingLocalDigit(false); in DoSomethingInterestingWithMyAPI()
65 I18nErrorCode I18nServiceAbility::SetUsingLocalDigit(bool flag) in SetUsingLocalDigit() function in OHOS::Global::I18n::I18nServiceAbility67 return LocaleConfig::SetUsingLocalDigit(flag); in SetUsingLocalDigit()
80 I18nErrorCode I18nServiceAbilityClient::SetUsingLocalDigit(bool flag) in SetUsingLocalDigit() function in OHOS::Global::I18n::I18nServiceAbilityClient87 return i18nServiceAbilityObj->SetUsingLocalDigit(flag); in SetUsingLocalDigit()
78 I18nErrorCode I18nServiceAbilityProxy::SetUsingLocalDigit(bool flag) in SetUsingLocalDigit() function in OHOS::Global::I18n::I18nServiceAbilityProxy
207 err = SetUsingLocalDigit(flag); in SetUsingLocalDigitInner()
258 I18nErrorCode err = I18nServiceAbilityClient::SetUsingLocalDigit(true);271 I18nErrorCode err = I18nServiceAbilityClient::SetUsingLocalDigit(true);286 err = I18nServiceAbilityClient::SetUsingLocalDigit(true);301 err = I18nServiceAbilityClient::SetUsingLocalDigit(false);
73 static I18nErrorCode SetUsingLocalDigit(bool flag);
75 I18nErrorCode SetUsingLocalDigit(bool flag);
33 virtual I18nErrorCode SetUsingLocalDigit(bool flag) = 0;
38 I18nErrorCode SetUsingLocalDigit(bool flag) override;
80 static I18nErrorCode SetUsingLocalDigit(bool flag);
292 I18nErrorCode status = LocaleConfig::SetUsingLocalDigit(true);
114 status = LocaleConfig::SetUsingLocalDigit(true);
898 I18nErrorCode err = I18nServiceAbilityClient::SetUsingLocalDigit(flag); in SetUsingLocalDigitAddonImpl()
1172 I18nErrorCode LocaleConfig::SetUsingLocalDigit(bool flag) in SetUsingLocalDigit() function in OHOS::Global::I18n::LocaleConfig