Searched defs:IsSurrogate (Results 1 - 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/util/internal/
H A Djson_escaping.cc113 inline bool IsSurrogate(uint32 c) { function in namespace:google::protobuf::util::converter::__anon16511
244 return *num_left > 0 || (!IsSurrogate(*cp) && IsValidCodePoint(*cp));
/external/clang/include/clang/Sema/
H A DOverload.h613 /// is a surrogate, but only if IsSurrogate is true.
631 /// IsSurrogate - True to indicate that this candidate is a
634 bool IsSurrogate; member in struct:clang::OverloadCandidate
687 if (IsSurrogate) {

Completed in 156 milliseconds