Home
last modified time | relevance | path

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

/third_party/node/deps/npm/node_modules/ip/lib/
Dip.js200 networkAddress: ip.fromLong(networkAddress),
202 ip.fromLong(networkAddress) :
203 ip.fromLong(networkAddress + 1),
205 ip.fromLong(networkAddress + numberOfAddresses - 1) :
206 ip.fromLong(networkAddress + numberOfAddresses - 2),
207 broadcastAddress: ip.fromLong(networkAddress + numberOfAddresses - 1),
411 ip.fromLong = function(ipl) { function
/third_party/node/deps/npm/node_modules/socks/build/client/
Dsocksclient.js164 remoteHost = ip.fromLong(buff.readUInt32BE());
414 host: ip.fromLong(buff.readUInt32BE())
445 host: ip.fromLong(buff.readUInt32BE())
586 host: ip.fromLong(buff.readUInt32BE()),
675 host: ip.fromLong(buff.readUInt32BE()),
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DCurrencyMetaInfo.java250 long fromLong = from == null ? Long.MIN_VALUE : from.getTime(); in withDateRange() local
252 … return new CurrencyFilter(this.region, this.currency, fromLong, toLong, this.tenderOnly); in withDateRange()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DCurrencyMetaInfo.java268 long fromLong = from == null ? Long.MIN_VALUE : from.getTime(); in withDateRange() local
270 … return new CurrencyFilter(this.region, this.currency, fromLong, toLong, this.tenderOnly); in withDateRange()
/third_party/node/deps/npm/node_modules/ip/test/
Dapi-test.js403 assert.equal(ip.fromLong(2130706433), '127.0.0.1');
404 assert.equal(ip.fromLong(4294967295), '255.255.255.255');
/third_party/node/deps/npm/node_modules/ip/
DREADME.md64 ip.fromLong(2130706433); // '127.0.0.1'
/third_party/protobuf/js/experimental/runtime/
Dint64.js111 static fromLong(value) { method in Int64
Dint64_test.js76 const int64 = Int64.fromLong(Long.fromInt(1));