Home
last modified time | relevance | path

Searched refs:hex_decode (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Lib/encodings/
Dhex_codec.py17 def hex_decode(input, errors='strict'): function
25 return hex_decode(input, errors)
49 decode=hex_decode,
/third_party/node/src/
Dstring_bytes.cc247 static size_t hex_decode(char* buf, in hex_decode() function
377 nbytes = hex_decode(buf, buflen, ext->data(), ext->length()); in Write()
380 nbytes = hex_decode(buf, buflen, *value, value.length()); in Write()
/third_party/python/Doc/whatsnew/
D3.4.rst335 File "/usr/lib/python3.4/encodings/hex_codec.py", line 20, in hex_decode
/third_party/quickjs/
Dquickjs.c47505 static int hex_decode(JSContext *ctx, JSString *p, int k) { in hex_decode() function
47534 c = hex_decode(ctx, p, k); in js_global_decodeURI()
47563 c1 = hex_decode(ctx, p, k); in js_global_decodeURI()
/third_party/node/doc/changelogs/
DCHANGELOG_V4.md1007 …ps://github.com/nodejs/node/commit/17c4187949)] - **buffer**: optimize hex_decode (Christopher Jef…
DCHANGELOG_V6.md4079 …ps://github.com/nodejs/node/commit/41582722c8)] - **buffer**: optimize hex_decode (Christopher Jef…