Home
last modified time | relevance | path

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

/ohos5.0/base/global/i18n/frameworks/intl/test/unittest/
H A Dintl_number_format_test.cpp62 EXPECT_EQ(numFmt->GetCurrency(), "EUR");
92 EXPECT_EQ(numFmt->GetCurrency(), "");
122 EXPECT_EQ(numFmt->GetCurrency(), "");
152 EXPECT_EQ(numFmt->GetCurrency(), "");
182 EXPECT_EQ(numFmt->GetCurrency(), "");
212 EXPECT_EQ(numFmt->GetCurrency(), "");
H A Dintl_test.cpp326 EXPECT_EQ(numFmt->GetCurrency(), currency);
1438 res = formatter->GetCurrency();
/ohos5.0/base/global/i18n/frameworks/intl/test/fuzztest/numberformat_fuzzer/
H A Dnumberformat_fuzzer.cpp41 formatter.GetCurrency(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/global/i18n/frameworks/intl/include/
H A Dnumber_format.h51 std::string GetCurrency() const;
/ohos5.0/base/global/i18n/frameworks/intl/src/
H A Dnumber_format.cpp488 std::string NumberFormat::GetCurrency() const in GetCurrency() function in OHOS::Global::I18n::NumberFormat