Home
last modified time | relevance | path

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

/external/protobuf/python/google/protobuf/
Dtext_encoding.py83 _cescape_highbit_to_str = ([chr(i) for i in range(0, 127)] + variable
103 result = ''.join(_cescape_highbit_to_str[ord(c)] for c in result)