Searched refs:unum_parseDouble (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/icu/source/samples/numfmt/
H A Dcapi.c46 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/
H A Dcapi.c46 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/
H A Duscanf_p.c453 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);
/external/icu/icu4c/source/io/
H A Duscanf_p.c453 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);
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcnumtst.c308 /* 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");
972 dbl = unum_parseDouble( unu
[all...]
H A Dcnmdptst.c285 a=unum_parseDouble(fmt, str, u_strlen(str), &ppos, &status);
315 a=unum_parseDouble(fmt, str, u_strlen(str), &ppos, &status);
/external/icu/icu4c/source/test/cintltst/
H A Dcnumtst.c314 /* 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");
978 dbl = unum_parseDouble( unu
[all...]
H A Dcnmdptst.c285 a=unum_parseDouble(fmt, str, u_strlen(str), &ppos, &status);
315 a=unum_parseDouble(fmt, str, u_strlen(str), &ppos, &status);
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dunum.h419 * @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
/external/icu/icu4c/source/i18n/unicode/
H A Dunum.h428 * @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
/external/chromium_org/third_party/icu/source/i18n/
H A Dunum.cpp370 unum_parseDouble( const UNumberFormat* fmt, function
/external/chromium_org/third_party/icu/source/test/perf/howExpensiveIs/
H A DhowExpensiveIs.cpp299 double trial = unum_parseDouble(fFmt,fStr,fLen, NULL, &setupStatus);
/external/icu/icu4c/source/i18n/
H A Dunum.cpp374 unum_parseDouble( const UNumberFormat* fmt, function
/external/icu/icu4c/source/test/perf/howExpensiveIs/
H A DhowExpensiveIs.cpp303 double trial = unum_parseDouble(fFmt,fStr,fLen, NULL, &setupStatus);
/external/icu/icu4c/source/common/unicode/
H A Durename.h1121 #define unum_parseDouble U_ICU_ENTRY_POINT_RENAME(unum_parseDouble) macro
/external/chromium_org/third_party/icu/source/common/unicode/
H A Durename.h1174 #define unum_parseDouble U_ICU_ENTRY_POINT_RENAME(unum_parseDouble) macro

Completed in 324 milliseconds