Searched refs:Utf8InputBuffer (Results 1 – 8 of 8) sorted by relevance
/external/webkit/V8Binding/v8/src/ |
D | unicode.h | 131 template <unsigned s> friend class Utf8InputBuffer; 204 class Utf8InputBuffer : public InputBuffer<Utf8, Buffer<const char*>, s> { 206 inline Utf8InputBuffer() { } in Utf8InputBuffer() function 207 inline Utf8InputBuffer(const char* data, unsigned length);
|
D | unicode-inl.h | 231 Utf8InputBuffer<s>::Utf8InputBuffer(const char* data, unsigned length) in Utf8InputBuffer() function
|
D | scanner.h | 129 typedef unibrow::Utf8InputBuffer<1024> Utf8Decoder;
|
D | heap-inl.h | 45 unibrow::Utf8InputBuffer<> buffer(str.start(), in AllocateSymbol()
|
D | debug-agent.cc | 170 unibrow::Utf8InputBuffer<> buf(*message, strlen(*message)); in Run()
|
D | api.cc | 1047 unibrow::Utf8InputBuffer<> buf(input, length); in PreCompile()
|
D | objects.cc | 6631 unibrow::Utf8InputBuffer<> buffer(string_.start(), in Hash()
|
/external/webkit/V8Binding/v8/test/cctest/ |
D | test-regexp.cc | 77 unibrow::Utf8InputBuffer<> buffer(input, strlen(input)); in CheckSimple() 95 unibrow::Utf8InputBuffer<> buffer(input, strlen(input)); in CheckMinMaxMatch()
|