Home
last modified time | relevance | path

Searched refs:writeUInt32LE (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/npm/node_modules/iconv-lite/encodings/
H A Dutf32.js35 var write32 = this.isLE ? dst.writeUInt32LE : dst.writeUInt32BE;
89 buf.writeUInt32LE(this.highSurrogate, 0);
/third_party/node/benchmark/buffers/
H A Dbuffer-write.js59 writeUInt32LE: UINT32,
/third_party/node/lib/internal/
H A Dbuffer.js706 function writeUInt32LE(value, offset = 0) { function
1002 proto.writeUInt32LE = writeUInt32LE;
1009 proto.writeUint32LE = writeUInt32LE;
/third_party/node/test/parallel/
H A Dtest-buffer-alloc.js838 assert.strictEqual(b.writeUInt32LE(0, 0), 4);

Completed in 4 milliseconds