Searched defs:Utf8InputBuffer (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Dunicode-inl.h231 Utf8InputBuffer<s>::Utf8InputBuffer(const char* data, unsigned length) function in class:unibrow::Utf8InputBuffer
H A Dunicode.h131 template <unsigned s> friend class Utf8InputBuffer;
204 class Utf8InputBuffer : public InputBuffer<Utf8, Buffer<const char*>, s> { class in namespace:unibrow
206 inline Utf8InputBuffer() { } function in class:unibrow::Utf8InputBuffer
207 inline Utf8InputBuffer(const char* data, unsigned length);

Completed in 43 milliseconds