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

  /external/v8/src/
unicode-inl.h 96 Utf16::IsTrailSurrogate(c))) {
130 if (Utf16::IsTrailSurrogate(c) &&
unicode.h 97 return IsLeadSurrogate(lead) && IsTrailSurrogate(trail);
103 static inline bool IsTrailSurrogate(int code) {
api.cc     [all...]
  /external/protobuf/src/google/protobuf/io/
tokenizer.cc 987 static inline bool IsTrailSurrogate(uint32 code_point) {
    [all...]
  /external/v8/src/regexp/
regexp-macro-assembler.cc 56 if (unibrow::Utf16::IsTrailSurrogate(c1t) &&
57 unibrow::Utf16::IsTrailSurrogate(c2t)) {
regexp-parser.cc 55 if (unibrow::Utf16::IsTrailSurrogate(c1)) {
1041 unibrow::Utf16::IsTrailSurrogate(trail)) {
    [all...]
jsregexp.cc 707 unibrow::Utf16::IsTrailSurrogate(subject_->Get(last_index + 1))) {
    [all...]
  /external/v8/src/parsing/
scanner.h 572 if (!unibrow::Utf16::IsTrailSurrogate(c1)) {

Completed in 75 milliseconds