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

  /external/chromium_org/v8/src/
unicode.h 83 return IsLeadSurrogate(lead) && IsTrailSurrogate(trail);
89 static inline bool IsTrailSurrogate(int code) {
  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
tokenizer.cc 959 static inline bool IsTrailSurrogate(uint32 code_point) {
967 GOOGLE_DCHECK(IsTrailSurrogate(trail_surrogate));
    [all...]

Completed in 134 milliseconds