Home
last modified time | relevance | path

Searched refs:byte2hex (Results 1 – 3 of 3) sorted by relevance

/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/hex-0.4.3/src/
Dlib.rs343 fn byte2hex(byte: u8, table: &[u8; 16]) -> (u8, u8) { in byte2hex() function
377 let (high, low) = byte2hex(*byte, HEX_CHARS_LOWER); in encode_to_slice()
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/hex-0.4.3/src/
Dlib.rs343 fn byte2hex(byte: u8, table: &[u8; 16]) -> (u8, u8) { in byte2hex() function
377 let (high, low) = byte2hex(*byte, HEX_CHARS_LOWER); in encode_to_slice()
/external/rust/android-crates-io/crates/hex/src/
Dlib.rs343 fn byte2hex(byte: u8, table: &[u8; 16]) -> (u8, u8) { in byte2hex() function
377 let (high, low) = byte2hex(*byte, HEX_CHARS_LOWER); in encode_to_slice()