Home
last modified time | relevance | path

Searched refs:bstring (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Lib/email/
H A D_encoded_words.py89 def encode_q(bstring):
90 return ''.join(_q_byte_map[x] for x in bstring)
92 def len_q(bstring):
93 return sum(len(_q_byte_map[x]) for x in bstring)
138 def encode_b(bstring):
139 return base64.b64encode(bstring).decode('ascii')
141 def len_b(bstring):
142 groups_of_3, leftover = divmod(len(bstring), 3)
177 bstring = cte_string.encode('ascii', 'surrogateescape')
178 bstring, defect
[all...]
/third_party/mksh/
H A DBuild.sh1859 ac_header bstring.h
2212 #include <bstring.h>
H A Dfuncs.c37 #include <bstring.h>

Completed in 7 milliseconds