Home
last modified time | relevance | path

Searched refs:GetUseGrouping (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/global/i18n/frameworks/intl/test/unittest/
H A Dintl_number_format_test.cpp60 EXPECT_EQ(numFmt->GetUseGrouping(), useGrouping);
90 EXPECT_EQ(numFmt->GetUseGrouping(), useGrouping);
120 EXPECT_EQ(numFmt->GetUseGrouping(), useGrouping);
150 EXPECT_EQ(numFmt->GetUseGrouping(), useGrouping);
180 EXPECT_EQ(numFmt->GetUseGrouping(), useGrouping);
210 EXPECT_EQ(numFmt->GetUseGrouping(), useGrouping);
H A Dintl_test.cpp324 EXPECT_EQ(numFmt->GetUseGrouping(), useGrouping);
1480 string res = formatter->GetUseGrouping();
/ohos5.0/base/global/i18n/frameworks/intl/test/fuzztest/numberformat_fuzzer/
H A Dnumberformat_fuzzer.cpp45 formatter.GetUseGrouping(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/global/i18n/frameworks/intl/include/
H A Dnumber_format.h55 std::string GetUseGrouping() const;
/ohos5.0/base/global/i18n/frameworks/intl/src/
H A Dnumber_format.cpp508 std::string NumberFormat::GetUseGrouping() const in GetUseGrouping() function in OHOS::Global::I18n::NumberFormat