Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Python/
Dfileutils.c315 encode_ascii(const wchar_t *text, char **str, in encode_ascii() function
813 return encode_ascii(text, str, error_pos, reason, in encode_locale_ex()
/aosp_15_r20/external/autotest/frontend/afe/
H A Drpc_utils.py865 def encode_ascii(control_file): function
H A Drpc_interface.py933 control_file = rpc_utils.encode_ascii(control_file)