Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-utf.hh130 encode_len (hb_codepoint_t unicode) in encode_len() function
260 encode_len (hb_codepoint_t unicode) in encode_len() function
327 encode_len (hb_codepoint_t unicode HB_UNUSED) in encode_len() function
381 encode_len (hb_codepoint_t unicode HB_UNUSED) in encode_len() function
436 encode_len (hb_codepoint_t unicode HB_UNUSED) in encode_len() function
/external/rust/crates/base64/src/engine/
Dtests.rs53 let encode_len = in rfc_test_vectors_std_alphabet() localVariable
83 let encode_len = engine.internal_encode(orig.as_bytes(), &mut encode_buf[..]); in rfc_test_vectors_std_alphabet() localVariable