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

  /external/v8/src/
unicode-inl.h 91 if (Utf16::IsTrailSurrogate(c) &&
92 Utf16::IsLeadSurrogate(previous)) {
95 Utf16::CombineSurrogatePair(previous, c),
96 Utf16::kNoPreviousCharacter) - kUnmatchedSize;
129 if (Utf16::IsTrailSurrogate(c) &&
130 Utf16::IsLeadSurrogate(previous)) {
preparser-api.cc 131 static_cast<int32_t>(unibrow::Utf16::kMaxNonSurrogateCharCode)) {
133 unibrow::Utf16::LeadSurrogate(value);
135 unibrow::Utf16::TrailSurrogate(value);
debug-agent.cc 375 int previous = unibrow::Utf16::kNoPreviousCharacter;
394 previous = unibrow::Utf16::kNoPreviousCharacter;
404 unibrow::Utf16::kMaxExtraUtf8BytesForOneUtf16CodeUnit ||
406 if (unibrow::Utf16::IsLeadSurrogate(character)) {
408 unibrow::Utf16::kUtf8BytesToCodeASurrogate;
scanner-character-streams.cc 202 buffer_[i++] = unibrow::Utf16::LeadSurrogate(c);
203 buffer_[i++] = unibrow::Utf16::TrailSurrogate(c);
unicode.h 118 class Utf16 {
handles.cc     [all...]
unicode.cc 346 result += c > Utf16::kMaxNonSurrogateCharCode ? 2 : 1;
    [all...]
heap.cc     [all...]
objects.cc     [all...]
api.cc     [all...]
log.cc 467 int previous = unibrow::Utf16::kNoPreviousCharacter;
    [all...]
objects-inl.h     [all...]
  /external/v8/test/cctest/
test-parsing.cc 581 unibrow::Utf16::kNoPreviousCharacter);
    [all...]
test-api.cc     [all...]

Completed in 331 milliseconds