Home
last modified time | relevance | path

Searched defs:hex_encode (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/encodings/
Dhex_codec.py13 def hex_encode(input,errors='strict'): function
/external/webrtc/webrtc/base/
Dstringencode.cc413 char hex_encode(unsigned char val) { in hex_encode() function
431 size_t hex_encode(char* buffer, size_t buflen, in hex_encode() function
469 std::string hex_encode(const std::string& str) { in hex_encode() function
473 std::string hex_encode(const char* source, size_t srclen) { in hex_encode() function