Searched refs:uc_string (Results 1 – 4 of 4) sorted by relevance
25 def _ascii_string(uc_string): argument26 return str(uc_string).encode("ASCII")
14 def _ascii_string(uc_string): argument20 return str(uc_string).encode('ASCII')
28 def _ascii_string(uc_string): argument29 return str(uc_string).encode('ASCII')
1401 def ascii_string(uc_string): argument1403 return str(uc_string).encode('ASCII')