Home
last modified time | relevance | path

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

/external/protobuf/python/google/protobuf/internal/
Ddecoder.py87 _UCS2_MAXUNICODE = 65535 variable
554 if is_strict_utf8 and six.PY2 and sys.maxunicode > _UCS2_MAXUNICODE: