Home
last modified time | relevance | path

Searched refs:numString (Results 1 – 8 of 8) sorted by relevance

/third_party/node/deps/npm/node_modules/es-abstract/test/
Des5.js82 forEach(['foo', '0', '4a', '2.0', 'Infinity', '-Infinity'], function (numString) { argument
83 …t.ok(is(+numString, ES.ToNumber(numString)), '"' + numString + '" coerces to ' + Number(numString)…
Dtests.js123 forEach(['foo', '0', '4a', '2.0', 'Infinity', '-Infinity'], function (numString) { argument
124 …st.ok(is(+numString, ES.ToNumber(numString)), '"' + numString + '" coerces to ' + Number(numString
/third_party/icu/icu4c/source/test/intltest/
Ditrbnf.cpp2370 const char* numString = testData[i][0]; in doTest() local
2373 log("[%i] %s = ", i, numString); in doTest()
2375 UnicodeString escapedNumString = UnicodeString(numString, -1, US_INV).unescape(); in doTest()
2378 errln("FAIL: decFmt could not parse %s", numString); in doTest()
Dnumfmtst.cpp7710 UnicodeString numString; member
7804 numfmt->parse(itemPtr->numString, fmtobj, ppos); in TestParseSignsAndMarks()
7805 if (ppos.getIndex() == itemPtr->numString.length()) { in TestParseSignsAndMarks()
7808 …->locale + ", lenient " + itemPtr->lenient + ", parse of \"" + itemPtr->numString + "\" gives valu… in TestParseSignsAndMarks()
7811 …->locale + ", lenient " + itemPtr->lenient + ", parse of \"" + itemPtr->numString + "\" gives posi… in TestParseSignsAndMarks()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DNumberFormatTest.java4310 public String numString;
4316 numString = numStr;
4408 Number num = numfmt.parse(item.numString, ppos);
4409 if (num != null && ppos.getIndex() == item.numString.length()) {
4412 … " + item.locale + ", lenient " + item.lenient + ", parse of \"" + item.numString + "\" gives valu…
4415 … " + item.locale + ", lenient " + item.lenient + ", parse of \"" + item.numString + "\" gives posi…
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DNumberFormatTest.java4313 public String numString;
4319 numString = numStr;
4411 Number num = numfmt.parse(item.numString, ppos);
4412 if (num != null && ppos.getIndex() == item.numString.length()) {
4415 … " + item.locale + ", lenient " + item.lenient + ", parse of \"" + item.numString + "\" gives valu…
4418 … " + item.locale + ", lenient " + item.lenient + ", parse of \"" + item.numString + "\" gives posi…
/third_party/typescript/tests/baselines/reference/
D1.0lib-noErrors.types40 * @param radix A value between 2 and 36 that specifies the base of the number in numString.
D1.0lib-noErrors.symbols40 * @param radix A value between 2 and 36 that specifies the base of the number in numString.