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

  /external/v8/src/
unicode-inl.h 91 Utf16::CombineSurrogatePair(previous, c),
unicode.h 108 static inline int CombineSurrogatePair(uchar lead, uchar trail) {
  /external/v8/src/regexp/
regexp-macro-assembler.cc 58 c1 = unibrow::Utf16::CombineSurrogatePair(c1, c1t);
59 c2 = unibrow::Utf16::CombineSurrogatePair(c2, c2t);
regexp-parser.cc 56 c0 = unibrow::Utf16::CombineSurrogatePair(static_cast<uc16>(c0), c1);
1042 *value = unibrow::Utf16::CombineSurrogatePair(static_cast<uc16>(*value),
    [all...]
  /external/v8/src/parsing/
scanner.h 575 c0_ = unibrow::Utf16::CombineSurrogatePair(c0_, c1);

Completed in 151 milliseconds