Home
last modified time | relevance | path

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

/external/protobuf/python/google/protobuf/internal/
Ddecoder.py538 is_strict_utf8=False): argument
554 if is_strict_utf8 and six.PY2 and sys.maxunicode > _UCS2_MAXUNICODE: