Home
last modified time | relevance | path

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

/ohos5.0/base/global/i18n/frameworks/intl/test/unittest/
H A Dintl_test_extent.cpp625 NumberFormat *currencyFormatter = new NumberFormat(locales, currencyOptions); variable
626 string currencyRes = currencyFormatter->Format(123);
638 delete currencyFormatter;