V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
unibrow::Utf8DecoderBase Class Reference
Inheritance diagram for unibrow::Utf8DecoderBase:
unibrow::Utf8Decoder< kBufferSize >

Public Member Functions

 Utf8DecoderBase (uint16_t *buffer, size_t buffer_length, const v8::internal::Vector< const char > &stream)
 
size_t Utf16Length () const
 

Protected Member Functions

void Reset (uint16_t *buffer, size_t buffer_length, const v8::internal::Vector< const char > &vector)
 

Static Protected Member Functions

static void WriteUtf16Slow (uint16_t *data, size_t length, const v8::internal::Vector< const char > &stream, size_t offset, bool trailing)
 

Protected Attributes

size_t bytes_read_
 
size_t chars_written_
 
size_t utf16_length_
 
bool trailing_
 

Detailed Description

Definition at line 55 of file unicode-decoder.h.


The documentation for this class was generated from the following files: