Home
last modified time | relevance | path

Searched refs:kBufferEmpty (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/strings/
Dunicode-decoder.cc37 if (t != unibrow::Utf8::kBufferEmpty) { in Utf8Decoder()
71 if (t != unibrow::Utf8::kBufferEmpty) *out = static_cast<Char>(t); in Decode()
Dunicode.h167 static const uchar kBufferEmpty = 0x0; variable
Dunicode.cc217 return kBufferEmpty; in ValueOfIncrementalFinish()
/third_party/node/deps/v8/src/parsing/
Dscanner-character-streams.cc658 if (t != unibrow::Utf8::kBufferEmpty) { in FillBufferFromCurrentChunk()