/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/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, 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/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/icu4c/test/cintltst/ |
cnumtst.c | 299 /* Testing unum_parse() and unum_parseDouble() */ 300 log_verbose("\nTesting unum_parseDouble()\n"); 304 d1=unum_parseDouble(cur_def, result, u_strlen(result), &parsepos, &status); 384 d1=unum_parseDouble(cur_def, temp1, resultlength, &parsepos, &status); 406 d1=unum_parseDouble(cur_def, temp1, u_strlen(temp1), &parsepos, &status); 409 log_err("Error in unum_parseDouble(..., %s, ...): %s\n", temp1, myErrorName(status)); 798 parseResult = unum_parseDouble(dec_en, numPercent, -1, NULL, &status); 801 log_err("unum_parseDouble with empty groupingSep: status %s, parseResult %f not 12.0\n", 804 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/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/chromium_org/third_party/icu/source/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/unicode/ |
unum.h | 414 * @see unum_parseDouble 443 * @see unum_parseDouble 472 * @see unum_parseDouble 505 * @see unum_parseDouble 559 * @see unum_parseDouble 583 * @see unum_parseDouble 614 unum_parseDouble( const UNumberFormat* fmt, 670 * @see unum_parseDouble [all...] |
/external/icu4c/i18n/ |
unum.cpp | 370 unum_parseDouble( const UNumberFormat* fmt,
|
/external/chromium_org/third_party/icu/source/i18n/ |
unum.cpp | 408 unum_parseDouble( const UNumberFormat* fmt,
|
/external/icu4c/test/perf/howExpensiveIs/ |
howExpensiveIs.cpp | 299 double trial = unum_parseDouble(fFmt,fStr,fLen, NULL, &setupStatus);
|
/external/icu4c/common/unicode/ |
urename.h | [all...] |
/external/chromium_org/third_party/icu/source/common/unicode/ |
urename.h | [all...] |