Lines Matching defs:encoding
404 Buffer.alloc = function alloc(size, fill, encoding) { argument
476 function fromString(string, encoding) { argument
574 Buffer.isEncoding = function isEncoding(encoding) { argument
634 encoding: 'utf8', property
643 encoding: 'ucs2', property
652 encoding: 'utf16le', property
661 encoding: 'latin1', property
670 encoding: 'ascii', property
683 encoding: 'base64', property
696 encoding: 'base64url', property
710 encoding: 'hex', property
723 function getEncodingOps(encoding) { argument
773 function byteLength(string, encoding) { argument
828 Buffer.prototype.toString = function toString(encoding, start, end) { argument
960 function bidirectionalIndexOf(buffer, val, byteOffset, encoding, dir) { argument
1005 Buffer.prototype.indexOf = function indexOf(val, byteOffset, encoding) { argument
1009 Buffer.prototype.lastIndexOf = function lastIndexOf(val, byteOffset, encoding) { argument
1013 Buffer.prototype.includes = function includes(val, byteOffset, encoding) { argument
1021 Buffer.prototype.fill = function fill(value, offset, end, encoding) { argument
1025 function _fill(buf, value, offset, end, encoding) { argument
1096 Buffer.prototype.write = function write(string, offset, length, encoding) { argument