Searched refs:GetCurrency (Results 1 – 5 of 5) sorted by relevance
62 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(), "");
326 EXPECT_EQ(numFmt->GetCurrency(), currency);1438 res = formatter->GetCurrency();
41 formatter.GetCurrency(); in DoSomethingInterestingWithMyAPI()
51 std::string GetCurrency() const;
488 std::string NumberFormat::GetCurrency() const in GetCurrency() function in OHOS::Global::I18n::NumberFormat