HomeSort by relevance Sort by last modified time
    Searched refs:createCurrencyFormat (Results 1 - 4 of 4) sorted by null

  /external/icu4c/i18n/unicode/
measfmt.h 53 static MeasureFormat* U_EXPORT2 createCurrencyFormat(const Locale& locale,
63 static MeasureFormat* U_EXPORT2 createCurrencyFormat(UErrorCode& ec);
  /external/icu4c/i18n/
measfmt.cpp 22 MeasureFormat* U_EXPORT2 MeasureFormat::createCurrencyFormat(const Locale& locale,
35 MeasureFormat* U_EXPORT2 MeasureFormat::createCurrencyFormat(UErrorCode& ec) {
39 return MeasureFormat::createCurrencyFormat(Locale::getDefault(), ec);
  /external/icu4c/test/intltest/
uobjtest.cpp 373 TESTCLASSID_FACTORY_HIDDEN(CurrencyFormat, MeasureFormat::createCurrencyFormat(Locale::getUS(), status));
numfmtst.cpp     [all...]

Completed in 420 milliseconds