HomeSort by relevance Sort by last modified time
    Searched refs:Utf8 (Results 1 - 16 of 16) 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.cc 194 if (c <= unibrow::Utf8::kMaxOneByteChar) {
197 c = unibrow::Utf8::CalculateValue(raw_data_ + raw_data_pos_,
202 c = unibrow::Utf8::kBadChar;
233 if (character > unibrow::Utf8::kMaxOneByteChar) {
248 if (character > unibrow::Utf8::kMaxOneByteChar) {
271 // Spool backwards in utf8 buffer.
278 // Spool forwards in the utf8 buffer.
preparser-api.cc 124 if (value > static_cast<int32_t>(unibrow::Utf8::kMaxThreeByteChar)) {
125 value = unibrow::Utf8::kBadChar;
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 375 utf8_len += unibrow::Utf8::Length(message[i]);
393 unibrow::Utf8::Encode(buffer + buffer_position, message[i]);