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

  /external/icu4c/i18n/
unum.cpp 78 retVal = (UNumberFormat*)NumberFormat::createScientificInstance(*status);
80 retVal = (UNumberFormat*)NumberFormat::createScientificInstance(Locale(locale),
numfmt.cpp 685 NumberFormat::createScientificInstance(UErrorCode& status)
694 NumberFormat::createScientificInstance(const Locale& inLocale, UErrorCode& status)
    [all...]
  /external/icu4c/i18n/unicode/
numfmt.h 688 static NumberFormat* U_EXPORT2 createScientificInstance(UErrorCode&);
695 static NumberFormat* U_EXPORT2 createScientificInstance(const Locale& inLocale,
    [all...]
  /external/icu4c/test/intltest/
numfmtst.cpp     [all...]

Completed in 2674 milliseconds