Home
last modified time | relevance | path

Searched refs:GetNumeric (Results 1 - 7 of 7) sorted by relevance

/base/global/i18n/frameworks/intl/test/fuzztest/localeinfo_fuzzer/
H A Dlocaleinfo_fuzzer.cpp42 locale->GetNumeric(); in DoSomethingInterestingWithMyAPI()
/base/global/i18n/frameworks/intl/include/
H A Dlocale_info.h44 std::string GetNumeric() const;
/base/global/i18n/frameworks/intl/src/
H A Dlocale_info.cpp235 std::string LocaleInfo::GetNumeric() const in GetNumeric() function in OHOS::Global::I18n::LocaleInfo
H A Dcollator.cpp169 numeric = localeInfo->GetNumeric(); in SetNumeric()
/base/global/i18n/interfaces/js/kits/include/
H A Dintl_addon.h78 static napi_value GetNumeric(napi_env env, napi_callback_info info);
/base/global/i18n/interfaces/js/kits/src/
H A Dintl_addon.cpp66 DECLARE_NAPI_GETTER_SETTER("numeric", GetNumeric, SetProperty), in InitLocale()
853 napi_value IntlAddon::GetNumeric(napi_env env, napi_callback_info info) in GetNumeric() function in OHOS::Global::I18n::IntlAddon
862 HILOG_ERROR_I18N("GetNumeric: Get Locale object failed"); in GetNumeric()
865 std::string value = obj->locale_->GetNumeric(); in GetNumeric()
/base/global/i18n/frameworks/intl/test/unittest/
H A Dintl_test.cpp198 EXPECT_EQ(loc->GetNumeric(), "true"); in HWTEST_F()
1920 res = locale->GetNumeric(); in HWTEST_F()

Completed in 7 milliseconds