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

  /external/chromium_org/third_party/icu/source/i18n/unicode/
measfmt.h 53 static MeasureFormat* U_EXPORT2 createCurrencyFormat(const Locale& locale,
63 static MeasureFormat* U_EXPORT2 createCurrencyFormat(UErrorCode& ec);
  /external/icu4c/i18n/unicode/
measfmt.h 57 static MeasureFormat* U_EXPORT2 createCurrencyFormat(const Locale& locale,
67 static MeasureFormat* U_EXPORT2 createCurrencyFormat(UErrorCode& ec);
  /external/chromium_org/third_party/icu/source/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/i18n/
measfmt.cpp 24 MeasureFormat* U_EXPORT2 MeasureFormat::createCurrencyFormat(const Locale& locale,
37 MeasureFormat* U_EXPORT2 MeasureFormat::createCurrencyFormat(UErrorCode& ec) {
41 return MeasureFormat::createCurrencyFormat(Locale::getDefault(), ec);
  /external/chromium_org/third_party/icu/source/test/intltest/
uobjtest.cpp 363 TESTCLASSID_FACTORY_HIDDEN(CurrencyFormat, MeasureFormat::createCurrencyFormat(Locale::getUS(), status));
numfmtst.cpp     [all...]
  /external/icu4c/test/intltest/
uobjtest.cpp 375 TESTCLASSID_FACTORY_HIDDEN(CurrencyFormat, MeasureFormat::createCurrencyFormat(Locale::getUS(), status));
numfmtst.cpp     [all...]

Completed in 309 milliseconds