Searched refs:Utf8Iterator (Results 1 – 5 of 5) sorted by relevance
13 uint16_t Utf8Iterator::operator*() { in operator *()23 Utf8Iterator& Utf8Iterator::operator++() { in operator ++()43 Utf8Iterator Utf8Iterator::operator++(int) { in operator ++()44 Utf8Iterator old(*this); in operator ++()49 bool Utf8Iterator::Done() { in Done()57 Utf8Iterator it = Utf8Iterator(stream); in Reset()80 Utf8Iterator it = Utf8Iterator(stream, offset, trailing); in WriteUtf16Slow()
17 class Utf8Iterator {19 explicit Utf8Iterator(const v8::internal::Vector<const char>& stream) in Utf8Iterator() function20 : Utf8Iterator(stream, 0, false) {} in Utf8Iterator()21 Utf8Iterator(const v8::internal::Vector<const char>& stream, size_t offset, in Utf8Iterator() function41 Utf8Iterator& operator++();42 Utf8Iterator operator++(int);
12218 unibrow::Utf8Iterator it = unibrow::Utf8Iterator(str); in IsUtf8EqualTo()12404 unibrow::Utf8Iterator it = unibrow::Utf8Iterator(chars); in ComputeUtf8Hash()
16 static class Utf8Iterator extends UCharacterIterator { class in TestUCharacterIterator
745 unibrow::Utf8Iterator it = unibrow::Utf8Iterator(vector); in WriteTwoByteData()