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/ |
D | lib.rs | 343 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/ |
D | lib.rs | 343 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/ |
D | lib.rs | 343 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()
|