Searched refs:GetNumeric (Results 1 – 7 of 7) sorted by relevance
42 locale->GetNumeric(); in DoSomethingInterestingWithMyAPI()
44 std::string GetNumeric() const;
169 numeric = localeInfo->GetNumeric(); in SetNumeric()
235 std::string LocaleInfo::GetNumeric() const in GetNumeric() function in OHOS::Global::I18n::LocaleInfo
78 static napi_value GetNumeric(napi_env env, napi_callback_info info);
67 DECLARE_NAPI_GETTER_SETTER("numeric", GetNumeric, SetProperty), in InitLocale()854 napi_value IntlAddon::GetNumeric(napi_env env, napi_callback_info info) in GetNumeric() function in OHOS::Global::I18n::IntlAddon866 std::string value = obj->locale_->GetNumeric(); in GetNumeric()
159 EXPECT_EQ(loc->GetNumeric(), "true");1865 res = locale->GetNumeric();