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

/external/chromium_org/v8/src/
H A Dunicode.h83 return IsLeadSurrogate(lead) && IsTrailSurrogate(trail);
89 static inline bool IsTrailSurrogate(int code) { function in class:unibrow::Utf16
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
H A Dtokenizer.cc959 static inline bool IsTrailSurrogate(uint32 code_point) { function in namespace:google::protobuf::io
967 GOOGLE_DCHECK(IsTrailSurrogate(trail_surrogate));
998 IsTrailSurrogate(trail_surrogate)) {

Completed in 124 milliseconds