Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/io/
Dtokenizer.cc981 static const uint32 kMaxTrailSurrogate = 0xe000; variable
989 (code_point < kMaxTrailSurrogate); in IsTrailSurrogate()