Home
last modified time | relevance | path

Searched defs:toNumber (Results 1 – 7 of 7) sorted by relevance

/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DNumberFormatDataDrivenTest.java30 private static Number toNumber(String s) { in toNumber() method in NumberFormatDataDrivenTest
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DNumberFormatDataDrivenTest.java33 private static Number toNumber(String s) { in toNumber() method in NumberFormatDataDrivenTest
/third_party/node/lib/internal/crypto/
Dwebidl.js61 function toNumber(value, opts = kEmptyObject) { function
/third_party/decimal.js/
Ddecimal.js2205 P.toNumber = function () { function
Ddecimal.mjs2211 P.toNumber = function () { function
/third_party/node/lib/
Dnet.js1709 function toNumber(x) { return (x = Number(x)) >= 0 ? x : false; } function
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp77887 double toNumber() const { in toNumber() function in JS::Value
78494 double toNumber() const { return value().toNumber(); } in toNumber() function in js::WrappedPtrOperations