Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/asn1/
Da_mbstr.c192 int (*encode_func)(CBB *, uint32_t) = cbb_add_latin1; in OPENSSL_DECLARE_ERROR_REASON() local
204 encode_func = cbb_add_ucs2_be; in OPENSSL_DECLARE_ERROR_REASON()
208 encode_func = cbb_add_utf32_be; in OPENSSL_DECLARE_ERROR_REASON()
214 encode_func = cbb_add_utf8; in OPENSSL_DECLARE_ERROR_REASON()
257 !encode_func(&cbb, c)) { in OPENSSL_DECLARE_ERROR_REASON()
/external/python/cpython2/Doc/whatsnew/
D2.0.rst207 4-element tuple: ``(encode_func, decode_func, stream_reader, stream_writer)``.
209 * *encode_func* is a function that takes a Unicode string, and returns a 2-tuple
214 * *decode_func* is the opposite of *encode_func*, taking an 8-bit string and
/external/python/cpython3/Doc/whatsnew/
D2.0.rst207 4-element tuple: ``(encode_func, decode_func, stream_reader, stream_writer)``.
209 * *encode_func* is a function that takes a Unicode string, and returns a 2-tuple
214 * *decode_func* is the opposite of *encode_func*, taking an 8-bit string and