HomeSort by relevance Sort by last modified time
    Searched refs:IsSurrogate (Results 1 - 3 of 3) sorted by null

  /external/protobuf/src/google/protobuf/util/internal/
json_escaping.cc 113 inline bool IsSurrogate(uint32 c) {
244 return *num_left > 0 || (!IsSurrogate(*cp) && IsValidCodePoint(*cp));
  /external/clang/include/clang/Sema/
Overload.h 613 /// is a surrogate, but only if IsSurrogate is true.
631 /// IsSurrogate - True to indicate that this candidate is a
634 bool IsSurrogate;
687 if (IsSurrogate) {
  /external/clang/lib/Sema/
SemaOverload.cpp     [all...]

Completed in 86 milliseconds