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

  /external/icu/icu4c/source/i18n/unicode/
unum.h 618 unum_formatDoubleCurrency(const UNumberFormat* fmt,
785 * @see unum_formatDoubleCurrency
    [all...]
  /external/icu/icu4c/source/i18n/
unum.cpp 296 unum_formatDoubleCurrency(const UNumberFormat* fmt,
  /external/icu/icu4c/source/common/unicode/
urename.h     [all...]
  /external/icu/icu4c/source/test/cintltst/
cnumtst.c 344 /* Testing unum_formatDoubleCurrency / unum_parseDoubleCurrency */
345 log_verbose("\nTesting unum_formatDoubleCurrency\n");
351 resultlengthneeded=unum_formatDoubleCurrency(cur_def, a, temp, NULL, resultlength, &pos2, &status);
356 unum_formatDoubleCurrency(cur_def, a, temp, result, resultlength, &pos2, &status);
359 log_err("Error in formatting using unum_formatDoubleCurrency(.....): %s\n", myErrorName(status));
362 log_verbose("Pass: Number Formatting using unum_formatDoubleCurrency() Successful\n");
364 log_err("FAIL: Error in number formatting using unum_formatDoubleCurrency() - got '%s' expected '%s'\n",
    [all...]

Completed in 119 milliseconds