HomeSort by relevance Sort by last modified time
    Searched defs:IsTrailSurrogate (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
unicode.h 97 return IsLeadSurrogate(lead) && IsTrailSurrogate(trail);
103 static inline bool IsTrailSurrogate(int code) {
  /external/protobuf/src/google/protobuf/io/
tokenizer.cc 987 static inline bool IsTrailSurrogate(uint32 code_point) {
    [all...]

Completed in 60 milliseconds