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

  /external/chromium_org/third_party/icu/source/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/icu/icu4c/source/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/chromium_org/third_party/icu/source/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,
777 num = unum_parseDouble(format, input->str.fPos, len, &parsePos, &status);
1003 num = unum_parseDouble(format, input->str.fPos, len, &parsePos, &status);
    [all...]
  /external/icu/icu4c/source/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,
777 num = unum_parseDouble(format, input->str.fPos, len, &parsePos, &status);
1003 num = unum_parseDouble(format, input->str.fPos, len, &parsePos, &status);
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
cnumtst.c 308 /* Testing unum_parse() and unum_parseDouble() */
309 log_verbose("\nTesting unum_parseDouble()\n");
313 d1=unum_parseDouble(cur_def, result, u_strlen(result), &parsepos, &status);
394 d1=unum_parseDouble(cur_def, temp1, resultlength, &parsepos, &status);
416 d1=unum_parseDouble(cur_def, temp1, u_strlen(temp1), &parsepos, &status);
419 log_err("Error in unum_parseDouble(..., %s, ...): %s\n", temp1, myErrorName(status));
808 parseResult = unum_parseDouble(dec_en, numPercent, -1, NULL, &status);
811 log_err("unum_parseDouble with empty groupingSep: status %s, parseResult %f not 12.0\n",
814 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/icu/icu4c/source/test/cintltst/
cnumtst.c 314 /* Testing unum_parse() and unum_parseDouble() */
315 log_verbose("\nTesting unum_parseDouble()\n");
319 d1=unum_parseDouble(cur_def, result, u_strlen(result), &parsepos, &status);
400 d1=unum_parseDouble(cur_def, temp1, resultlength, &parsepos, &status);
422 d1=unum_parseDouble(cur_def, temp1, u_strlen(temp1), &parsepos, &status);
425 log_err("Error in unum_parseDouble(..., %s, ...): %s\n", temp1, myErrorName(status));
814 parseResult = unum_parseDouble(dec_en, numPercent, -1, NULL, &status);
817 log_err("unum_parseDouble with empty groupingSep: status %s, parseResult %f not 12.0\n",
820 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/chromium_org/third_party/icu/source/i18n/unicode/
unum.h 419 * @see unum_parseDouble
451 * @see unum_parseDouble
483 * @see unum_parseDouble
519 * @see unum_parseDouble
606 * @see unum_parseDouble
630 * @see unum_parseDouble
661 unum_parseDouble( const UNumberFormat* fmt,
717 * @see unum_parseDouble
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
unum.h 428 * @see unum_parseDouble
460 * @see unum_parseDouble
492 * @see unum_parseDouble
528 * @see unum_parseDouble
615 * @see unum_parseDouble
639 * @see unum_parseDouble
670 unum_parseDouble( const UNumberFormat* fmt,
726 * @see unum_parseDouble
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
unum.cpp 370 unum_parseDouble( const UNumberFormat* fmt,
  /external/chromium_org/third_party/icu/source/test/perf/howExpensiveIs/
howExpensiveIs.cpp 299 double trial = unum_parseDouble(fFmt,fStr,fLen, NULL, &setupStatus);
  /external/icu/icu4c/source/i18n/
unum.cpp 374 unum_parseDouble( const UNumberFormat* fmt,
  /external/icu/icu4c/source/test/perf/howExpensiveIs/
howExpensiveIs.cpp 303 double trial = unum_parseDouble(fFmt,fStr,fLen, NULL, &setupStatus);
  /external/icu/icu4c/source/common/unicode/
urename.h     [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
urename.h     [all...]

Completed in 221 milliseconds