Lines Matching defs:encoding
373 Buffer.alloc = function alloc(size, fill, encoding) { argument
445 function fromString(string, encoding) { argument
543 Buffer.isEncoding = function isEncoding(encoding) { argument
605 encoding: 'utf8', property
614 encoding: 'ucs2', property
623 encoding: 'utf16le', property
632 encoding: 'latin1', property
641 encoding: 'ascii', property
654 encoding: 'base64', property
667 encoding: 'base64url', property
681 encoding: 'hex', property
694 function getEncodingOps(encoding) { argument
744 function byteLength(string, encoding) { argument
798 Buffer.prototype.toString = function toString(encoding, start, end) { argument
930 function bidirectionalIndexOf(buffer, val, byteOffset, encoding, dir) { argument
975 Buffer.prototype.indexOf = function indexOf(val, byteOffset, encoding) { argument
979 Buffer.prototype.lastIndexOf = function lastIndexOf(val, byteOffset, encoding) { argument
983 Buffer.prototype.includes = function includes(val, byteOffset, encoding) { argument
991 Buffer.prototype.fill = function fill(value, offset, end, encoding) { argument
995 function _fill(buf, value, offset, end, encoding) { argument
1066 Buffer.prototype.write = function write(string, offset, length, encoding) { argument