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

  /external/icu4c/samples/numfmt/
capi.c 46 a = unum_parseDouble(fmt, str, u_strlen(str), NULL, &status);
48 printf("FAIL: unum_parseDouble\n");
53 printf("unum_parseDouble(\"");
  /external/icu4c/io/
uscanf_p.c 453 num = unum_parseDouble(format, input->str.fPos, len, &parsePos, &status);
552 num = unum_parseDouble(format, input->str.fPos, len, &parsePos, &status);
626 scientificResult = unum_parseDouble(scientificFormat, input->str.fPos, len,
629 genericResult = unum_parseDouble(genericFormat, input->str.fPos, len,
778 num = unum_parseDouble(format, input->str.fPos, len, &parsePos, &status);
1004 num = unum_parseDouble(format, input->str.fPos, len, &parsePos, &status);
    [all...]
  /external/icu4c/test/cintltst/
cnumtst.c 316 /* Testing unum_parse() and unum_parseDouble() */
317 log_verbose("\nTesting unum_parseDouble()\n");
322 d1=unum_parseDouble(cur_def, result, u_strlen(result), &parsepos, &status);
403 d1=unum_parseDouble(cur_def, temp1, resultlength, &parsepos, &status);
425 d1=unum_parseDouble(cur_def, temp1, u_strlen(temp1), &parsepos, &status);
428 log_err("Error in unum_parseDouble(..., %s, ...): %s\n", temp1, myErrorName(status));
818 parseResult = unum_parseDouble(dec_en, numPercent, -1, NULL, &status);
821 log_err("unum_parseDouble with empty groupingSep: status %s, parseResult %f not 12.0\n",
824 log_verbose("unum_parseDouble with empty groupingSep: no hang, OK\n");
    [all...]
cnmdptst.c 285 a=unum_parseDouble(fmt, str, u_strlen(str), &ppos, &status);
315 a=unum_parseDouble(fmt, str, u_strlen(str), &ppos, &status);
    [all...]
  /external/icu4c/i18n/unicode/
unum.h 306 * @see unum_parseDouble
335 * @see unum_parseDouble
364 * @see unum_parseDouble
397 * @see unum_parseDouble
451 * @see unum_parseDouble
475 * @see unum_parseDouble
506 unum_parseDouble( const UNumberFormat* fmt,
562 * @see unum_parseDouble
    [all...]
  /external/icu4c/i18n/
unum.cpp 408 unum_parseDouble( const UNumberFormat* fmt,
  /external/webkit/Source/JavaScriptCore/icu/unicode/
urename.h     [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
urename.h     [all...]
  /external/webkit/Source/WebCore/icu/unicode/
urename.h     [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
urename.h     [all...]
  /external/icu4c/common/unicode/
urename.h     [all...]

Completed in 642 milliseconds