Home
last modified time | relevance | path

Searched defs:encode_len (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-utf.hh131 encode_len (hb_codepoint_t unicode) in encode_len() function
262 encode_len (hb_codepoint_t unicode) in encode_len() function
330 encode_len (hb_codepoint_t unicode HB_UNUSED) in encode_len() function
385 encode_len (hb_codepoint_t unicode HB_UNUSED) in encode_len() function
441 encode_len (hb_codepoint_t unicode HB_UNUSED) in encode_len() function
/aosp_15_r20/external/pigweed/pw_base64/rust/pw_base64/tests/
H A Dmod.rs33 let encode_len = encode(input, &mut output_buffer).unwrap(); in single_characters_encode_correctly() localVariable
43 let encode_len = encode(input, &mut output_buffer).unwrap(); in random_data_encodes_correctly() localVariable
/aosp_15_r20/external/pigweed/pw_base64/rust/pw_base64/
H A Dlib.rs138 let encode_len = encode(input, output_buffer)?; in encode_str() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/h2/src/frame/
Dhead.rs62 pub fn encode_len(&self) -> usize { in encode_len() method
/aosp_15_r20/external/rust/android-crates-io/crates/base64/src/engine/
Dtests.rs67 let encode_len = in rfc_test_vectors_std_alphabet() localVariable
97 let encode_len = engine.internal_encode(orig.as_bytes(), &mut encode_buf[..]); in rfc_test_vectors_std_alphabet() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/data-encoding/src/
Dlib.rs378 fn encode_len<B: Static<usize>>(bit: B, len: usize) -> usize { in encode_len() function
1269 pub fn encode_len(&self, len: usize) -> usize { in encode_len() method