This is the complete list of members for unibrow::Utf8Decoder< kBufferSize >, including all inherited members.
buffer_ | unibrow::Utf8Decoder< kBufferSize > | private |
DISALLOW_COPY_AND_ASSIGN(Utf8DecoderBase) | unibrow::Utf8DecoderBase | private |
last_byte_of_buffer_unused_ | unibrow::Utf8DecoderBase | protected |
Reset(const char *stream, unsigned length) | unibrow::Utf8Decoder< kBufferSize > | inline |
unibrow::Utf8DecoderBase::Reset(uint16_t *buffer, unsigned buffer_length, const uint8_t *stream, unsigned stream_length) | unibrow::Utf8DecoderBase | protected |
unbuffered_start_ | unibrow::Utf8DecoderBase | protected |
utf16_length_ | unibrow::Utf8DecoderBase | protected |
Utf16Length() const | unibrow::Utf8DecoderBase | inline |
Utf8Decoder() | unibrow::Utf8Decoder< kBufferSize > | inline |
Utf8Decoder(const char *stream, unsigned length) | unibrow::Utf8Decoder< kBufferSize > | inline |
Utf8DecoderBase() | unibrow::Utf8DecoderBase | inline |
Utf8DecoderBase(uint16_t *buffer, unsigned buffer_length, const uint8_t *stream, unsigned stream_length) | unibrow::Utf8DecoderBase | inline |
WriteUtf16(uint16_t *data, unsigned length) const | unibrow::Utf8Decoder< kBufferSize > | inline |
WriteUtf16Slow(const uint8_t *stream, uint16_t *data, unsigned length) | unibrow::Utf8DecoderBase | protectedstatic |