/third_party/node/test/fixtures/wpt/encoding/ |
D | textdecoder-fatal-single-byte.any.js | 6 {encoding: 'IBM866', bad: []}, property 7 {encoding: 'ISO-8859-2', bad: []}, property 8 {encoding: 'ISO-8859-3', bad: [0xA5, 0xAE, 0xBE, 0xC3, 0xD0, 0xE3, 0xF0]}, property 9 {encoding: 'ISO-8859-4', bad: []}, property 10 {encoding: 'ISO-8859-5', bad: []}, property 11 …{encoding: 'ISO-8859-6', bad: [0xA1, 0xA2, 0xA3, 0xA5, 0xA6, 0xA7, 0xA8, 0xA9, 0xAA, 0xAB, 0xAE, 0… property 12 {encoding: 'ISO-8859-7', bad: [0xAE, 0xD2, 0xFF]}, property 13 …{encoding: 'ISO-8859-8', bad: [0xA1, 0xBF, 0xC0, 0xC1, 0xC2, 0xC3, 0xC4, 0xC5, 0xC6, 0xC7, 0xC8, 0… property 14 …{encoding: 'ISO-8859-8-I', bad: [0xA1, 0xBF, 0xC0, 0xC1, 0xC2, 0xC3, 0xC4, 0xC5, 0xC6, 0xC7, 0xC8,… property 15 {encoding: 'ISO-8859-10', bad: []}, property [all …]
|
D | textdecoder-fatal.any.js | 4 { encoding: 'utf-8', input: [0xFF], name: 'invalid code' }, property 5 { encoding: 'utf-8', input: [0xC0], name: 'ends early' }, property 6 { encoding: 'utf-8', input: [0xE0], name: 'ends early 2' }, property 7 { encoding: 'utf-8', input: [0xC0, 0x00], name: 'invalid trail' }, property 8 { encoding: 'utf-8', input: [0xC0, 0xC0], name: 'invalid trail 2' }, property 9 { encoding: 'utf-8', input: [0xE0, 0x00], name: 'invalid trail 3' }, property 10 { encoding: 'utf-8', input: [0xE0, 0xC0], name: 'invalid trail 4' }, property 11 { encoding: 'utf-8', input: [0xE0, 0x80, 0x00], name: 'invalid trail 5' }, property 12 { encoding: 'utf-8', input: [0xE0, 0x80, 0xC0], name: 'invalid trail 6' }, property 13 { encoding: 'utf-8', input: [0xFC, 0x80, 0x80, 0x80, 0x80, 0x80], name: '> 0x10FFFF' }, property [all …]
|
D | textdecoder-utf16-surrogates.any.js | 5 encoding: 'utf-16le', property 11 encoding: 'utf-16le', property 17 encoding: 'utf-16le', property 23 encoding: 'utf-16le', property 29 encoding: 'utf-16le', property
|
/third_party/node/test/es-module/ |
D | test-esm-tla-unfinished.mjs | 11 { encoding: 'utf8' }); property 20 { encoding: 'utf8' }); property 31 { encoding: 'utf8' }); property 41 { encoding: 'utf8' }); property 51 { encoding: 'utf8' }); property 60 { encoding: 'utf8' }); property 70 { encoding: 'utf8' }); property 79 { encoding: 'utf8' }); property 89 { encoding: 'utf8' }); property 98 { encoding: 'utf8' }); property
|
/third_party/node/test/parallel/ |
D | test-whatwg-encoding-custom-textdecoder-fatal.js | 14 { encoding: 'utf-8', input: [0xFF], name: 'invalid code' }, property 15 { encoding: 'utf-8', input: [0xC0], name: 'ends early' }, property 16 { encoding: 'utf-8', input: [0xE0], name: 'ends early 2' }, property 17 { encoding: 'utf-8', input: [0xC0, 0x00], name: 'invalid trail' }, property 18 { encoding: 'utf-8', input: [0xC0, 0xC0], name: 'invalid trail 2' }, property 19 { encoding: 'utf-8', input: [0xE0, 0x00], name: 'invalid trail 3' }, property 20 { encoding: 'utf-8', input: [0xE0, 0xC0], name: 'invalid trail 4' }, property 21 { encoding: 'utf-8', input: [0xE0, 0x80, 0x00], name: 'invalid trail 5' }, property 22 { encoding: 'utf-8', input: [0xE0, 0x80, 0xC0], name: 'invalid trail 6' }, property 23 { encoding: 'utf-8', input: [0xFC, 0x80, 0x80, 0x80, 0x80, 0x80], property [all …]
|
D | test-fs-realpath-buffer-encoding.js | 19 let encoding; variable 24 result = fs.realpathSync(string_dir, { encoding }); field 30 result = fs.realpathSync(buffer_dir, { encoding }); field 38 buffer_result = fs.realpathSync(string_dir, { encoding: 'buffer' }); property 44 buffer_result = fs.realpathSync(buffer_dir, { encoding: 'buffer' }); property 56 { encoding }, field 66 { encoding }, field 76 fs.realpath(string_dir, { encoding: 'buffer' }, common.mustSucceed((res) => { property 84 fs.realpath(buffer_dir, { encoding: 'buffer' }, common.mustSucceed((res) => { property
|
D | test-stream-writev.js | 65 { encoding: 'buffer', property 67 { encoding: 'buffer', property 69 { encoding: 'buffer', property 71 { encoding: 'buffer', property 73 { encoding: 'buffer', property 76 { encoding: 'ascii', chunk: 'hello, ' }, property 77 { encoding: 'utf8', chunk: 'world' }, property 78 { encoding: 'buffer', chunk: [33] }, property 79 { encoding: 'latin1', chunk: '\nand then...' }, property 80 { encoding: 'hex', chunk: 'facebea7deadbeefdecafbad' }, property
|
D | test-fs-write-file-sync.js | 47 const content = fs.readFileSync(file, { encoding: 'utf8' }); property 57 const content = fs.readFileSync(file, { encoding: 'utf8' }); property 85 const content = fs.readFileSync(file, { encoding: 'utf8' }); property 99 fs.writeFileSync(file, 'hello ', { encoding: 'utf8', flag: 'a' }); property 100 fs.writeFileSync(file, 'world!', { encoding: 'utf8', flag: 'a' }); property 101 const content = fs.readFileSync(file, { encoding: 'utf8' }); property 114 fs.writeFileSync(file, data, { encoding: 'utf8', flag: 'a' }); property 115 const content = fs.readFileSync(file, { encoding: 'utf8' }); property
|
D | test-stream-writable-write-writev-finish.js | 13 writable._write = (chunks, encoding, cb) => { argument 29 writable._write = (chunks, encoding, cb) => { argument 45 writable._write = (chunks, encoding, cb) => { argument 70 writable._write = (chunks, encoding, cb) => { argument 106 ws._write = (chunk, encoding, done) => { argument 123 ws._write = (chunk, encoding, done) => { argument 131 w._write = (chunk, encoding, cb) => { argument 144 w._write = (chunk, encoding, cb) => { argument
|
D | test-fs-readfile-flags.js | 19 { encoding: 'utf8', flag: 'a+' }, property 26 { encoding: 'utf8', flag: 'ax+' }, property 37 { encoding: 'utf8', flag: 'a+' }, property 48 { encoding: 'utf8' }, property
|
D | test-whatwg-encoding-custom-textdecoder-utf16-surrogates.js | 15 encoding: 'utf-16le', property 21 encoding: 'utf-16le', property 27 encoding: 'utf-16le', property 33 encoding: 'utf-16le', property 39 encoding: 'utf-16le', property
|
/third_party/node/deps/npm/node_modules/iconv-lite/lib/ |
D | index.js | 19 iconv.encode = function encode(str, encoding, options) { argument 30 iconv.decode = function decode(buf, encoding, options) { argument 63 iconv.getCodec = function getCodec(encoding) { argument 111 iconv._canonicalizeEncoding = function(encoding) { argument 116 iconv.getEncoder = function getEncoder(encoding, options) { argument 126 iconv.getDecoder = function getDecoder(encoding, options) { argument
|
/third_party/python/Lib/test/ |
D | test_codecencodings_jp.py | 10 encoding = 'cp932' variable in Test_CP932 44 encoding = 'euc_jis_2004' variable in Test_EUC_JIS_2004 54 encoding = 'euc_jisx0213' variable in Test_EUC_JISX0213 64 encoding = 'euc_jp' variable in Test_EUC_JP_COMPAT 78 encoding = 'shift_jis' variable in Test_SJIS_COMPAT 92 encoding = 'shift_jis_2004' variable in Test_SJIS_2004 110 encoding = 'shift_jisx0213' variable in Test_SJISX0213
|
D | test_codecmaps_jp.py | 11 encoding = 'cp932' variable in TestCP932Map 26 encoding = 'euc_jp' variable in TestEUCJPCOMPATMap 33 encoding = 'shift_jis' variable in TestSJISCOMPATMap 47 encoding = 'euc_jisx0213' variable in TestEUCJISX0213Map 54 encoding = 'shift_jisx0213' variable in TestSJISX0213Map
|
D | test_codecencodings_cn.py | 10 encoding = 'gb2312' variable in Test_GB2312 23 encoding = 'gbk' variable in Test_GBK 37 encoding = 'gb18030' variable in Test_GB18030 61 encoding = 'hz' variable in Test_HZ
|
D | test_codecmaps_cn.py | 11 encoding = 'gb2312' variable in TestGB2312Map 16 encoding = 'gbk' variable in TestGBKMap 21 encoding = 'gb18030' variable in TestGB18030Map
|
D | test_codecencodings_kr.py | 10 encoding = 'cp949' variable in Test_CP949 22 encoding = 'euc_kr' variable in Test_EUCKR 53 encoding = 'johab' variable in Test_JOHAB
|
/third_party/boost/libs/log/src/ |
D | spirit_encoding.hpp | 41 struct encoding< char > struct 43 typedef spirit::char_encoding::standard type; 46 struct encoding< wchar_t > struct 48 typedef spirit::char_encoding::standard_wide type;
|
/third_party/node/lib/internal/crypto/ |
D | diffiehellman.js | 118 function dhGenerateKeys(encoding) { argument 144 function dhGetPrime(encoding) { argument 155 function dhGetGenerator(encoding) { argument 166 function dhGetPublicKey(encoding) { argument 177 function dhGetPrivateKey(encoding) { argument 184 DiffieHellman.prototype.setPublicKey = function setPublicKey(key, encoding) { argument 191 DiffieHellman.prototype.setPrivateKey = function setPrivateKey(key, encoding) { argument 211 ECDH.prototype.generateKeys = function generateKeys(encoding, format) { argument 217 ECDH.prototype.getPublicKey = function getPublicKey(encoding, format) { argument 243 function encode(buffer, encoding) { argument
|
/third_party/node/test/fixtures/wpt/encoding/streams/ |
D | decode-ignore-bom.any.js | 6 {encoding: 'utf-8', bytes: [0xEF, 0xBB, 0xBF, 0x61, 0x62, 0x63]}, property 7 {encoding: 'utf-16le', bytes: [0xFF, 0xFE, 0x61, 0x00, 0x62, 0x00, 0x63, 0x00]}, property 8 {encoding: 'utf-16be', bytes: [0xFE, 0xFF, 0x00, 0x61, 0x00, 0x62, 0x00, 0x63]} property 15 async function pipeAndAssemble(inputChunks, encoding, ignoreBOM) { argument
|
/third_party/python/Python/ |
D | codecs.c | 62 char *encoding; in normalizestring() local 101 PyObject *_PyCodec_Lookup(const char *encoding) in _PyCodec_Lookup() 186 int _PyCodec_Forget(const char *encoding) in _PyCodec_Forget() 213 int PyCodec_KnownEncoding(const char *encoding) in PyCodec_KnownEncoding() 255 PyObject *codec_getitem(const char *encoding, int index) in codec_getitem() 289 PyObject *codec_getincrementalcodec(const char *encoding, in codec_getincrementalcodec() 306 PyObject *codec_getstreamcodec(const char *encoding, in codec_getstreamcodec() 350 PyObject *PyCodec_Encoder(const char *encoding) in PyCodec_Encoder() 355 PyObject *PyCodec_Decoder(const char *encoding) in PyCodec_Decoder() 360 PyObject *PyCodec_IncrementalEncoder(const char *encoding, in PyCodec_IncrementalEncoder() [all …]
|
/third_party/node/src/api/ |
D | encoding.cc | 13 enum encoding ParseEncoding(const char* encoding, in ParseEncoding() 117 Utf8Value encoding(isolate, encoding_v); in ParseEncoding() local 125 enum encoding encoding) { in Encode() 141 enum encoding encoding) { in DecodeBytes() 152 enum encoding encoding) { in DecodeWrite()
|
/third_party/node/lib/ |
D | buffer.js | 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 [all …]
|
/third_party/python/Lib/encodings/ |
D | __init__.py | 43 def normalize_encoding(encoding): argument 70 def search_function(encoding): argument 158 def _alias_mbcs(encoding): argument
|
/third_party/libxml2/os400/ |
D | transcode.c | 46 xmlTranscodeResult(const xmlChar * s, const char * encoding, in xmlTranscodeResult() 136 inTranscode(const char * s, size_t l, const char * encoding, xmlDictPtr * dict) in inTranscode() 205 xmlTranscodeString(const char * s, const char * encoding, xmlDictPtr * dict) in xmlTranscodeString() 220 xmlTranscodeWString(const char * s, const char * encoding, xmlDictPtr * dict) in xmlTranscodeWString() 240 xmlTranscodeHString(const char * s, const char * encoding, xmlDictPtr * dict) in xmlTranscodeHString() 260 xmlVasprintf(xmlDictPtr * dict, const char * encoding, in xmlVasprintf()
|