Home
last modified time | relevance | path

Searched refs:createCurrencyFormat (Results 1 - 5 of 5) sorted by relevance

/third_party/icu/icu4c/source/i18n/unicode/
H A Dmeasfmt.h250 static MeasureFormat* U_EXPORT2 createCurrencyFormat(const Locale& locale,
263 static MeasureFormat* U_EXPORT2 createCurrencyFormat(UErrorCode& ec);
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dmeasfmt.h250 static MeasureFormat* U_EXPORT2 createCurrencyFormat(const Locale& locale,
263 static MeasureFormat* U_EXPORT2 createCurrencyFormat(UErrorCode& ec);
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dmeasfmt.h250 static MeasureFormat* U_EXPORT2 createCurrencyFormat(const Locale& locale,
263 static MeasureFormat* U_EXPORT2 createCurrencyFormat(UErrorCode& ec);
/third_party/icu/icu4c/source/test/intltest/
H A Duobjtest.cpp381 TESTCLASSID_FACTORY_HIDDEN(CurrencyFormat, MeasureFormat::createCurrencyFormat(Locale::getUS(), status)); in testIDs()
H A Dnumfmtst.cpp2702 mfmt = MeasureFormat::createCurrencyFormat( in TestCases()
3252 MeasureFormat *measureObj = MeasureFormat::createCurrencyFormat(status); in TestCurrencyFormat()
3289 if (MeasureFormat::createCurrencyFormat(status) != NULL) { in TestCurrencyFormat()
3290 errln("createCurrencyFormat should have returned NULL."); in TestCurrencyFormat()
3709 MeasureFormat* curFmt = MeasureFormat::createCurrencyFormat(Locale("en_US"), status); in TestCurrencyFormatForMixParsing()

Completed in 15 milliseconds