Searched refs:numString (Results 1 – 8 of 8) sorted by relevance
/third_party/node/deps/npm/node_modules/es-abstract/test/ |
D | es5.js | 82 forEach(['foo', '0', '4a', '2.0', 'Infinity', '-Infinity'], function (numString) { argument 83 …t.ok(is(+numString, ES.ToNumber(numString)), '"' + numString + '" coerces to ' + Number(numString)…
|
D | tests.js | 123 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/ |
D | itrbnf.cpp | 2370 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()
|
D | numfmtst.cpp | 7710 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/ |
D | NumberFormatTest.java | 4310 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/ |
D | NumberFormatTest.java | 4313 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/ |
D | 1.0lib-noErrors.types | 40 * @param radix A value between 2 and 36 that specifies the base of the number in numString.
|
D | 1.0lib-noErrors.symbols | 40 * @param radix A value between 2 and 36 that specifies the base of the number in numString.
|