HomeSort by relevance Sort by last modified time
    Searched refs:Utf8 (Results 1 - 11 of 11) sorted by null

  /external/v8/src/
unicode-inl.h 81 unsigned Utf8::Encode(char* str, uchar c) {
105 uchar Utf8::ValueOf(const byte* bytes, unsigned length, unsigned* cursor) {
116 unsigned Utf8::Length(uchar c) {
176 if (c <= Utf8::kMaxOneByteChar) {
185 if (b <= Utf8::kMaxOneByteChar) {
232 : InputBuffer<Utf8, Buffer<const char*>, s>(Buffer<const char*>(data,
scanner.h 46 static_cast<unsigned>(c) <= unibrow::Utf8::kMaxOneByteChar) {
76 return static_cast<int>(limit_ - data_) + unibrow::Utf8::kMaxEncodedSize;
80 return (data + capacity) - unibrow::Utf8::kMaxEncodedSize;
unicode.h 117 class Utf8 {
204 class Utf8InputBuffer : public InputBuffer<Utf8, Buffer<const char*>, s> {
209 InputBuffer<Utf8, Buffer<const char*>, s>::Reset(
debug-agent.cc 355 utf8_len += unibrow::Utf8::Length(message[i]);
373 unibrow::Utf8::Encode(buffer + buffer_position, message[i]);
unicode.cc 194 uchar Utf8::CalculateValue(const byte* str,
262 const byte* Utf8::ReadBlock(Buffer<const char*> str, byte* buffer,
298 c = Utf8::ValueOf(data + offset, str.length() - offset, &chars);
    [all...]
scanner.cc 75 if (static_cast<unsigned>(c) <= unibrow::Utf8::kMaxOneByteChar) {
78 cursor_ += unibrow::Utf8::Encode(cursor_, c);
1178 if (c0_ != 'u') return unibrow::Utf8::kBadChar;
1183 if (c == '\\') return unibrow::Utf8::kBadChar;
    [all...]
api.cc     [all...]
objects.h     [all...]
objects.cc     [all...]
heap.cc     [all...]
jsregexp.cc     [all...]

Completed in 224 milliseconds