Searched refs:_CUNESCAPE_HEX (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/protobuf/python/google/protobuf/
H A Dtext_format.py611 _CUNESCAPE_HEX = re.compile('\\\\x([0-9a-fA-F]{2}|[0-9a-fA-F])') variable
619 result = _CUNESCAPE_HEX.sub(ReplaceHex, text)
/external/protobuf/python/google/protobuf/
H A Dtext_format.py664 _CUNESCAPE_HEX = re.compile('\\\\x([0-9a-fA-F]{2}|[0-9a-f-A-F])') variable
672 result = _CUNESCAPE_HEX.sub(ReplaceHex, text)

Completed in 313 milliseconds