HomeSort by relevance Sort by last modified time
    Searched full:utf16_length_ (Results 1 - 3 of 3) sorted by null

  /external/v8/src/
unicode-decoder.h 20 inline size_t Utf16Length() const { return utf16_length_; }
23 // This reads all characters and sets the utf16_length_.
31 size_t utf16_length_; member in class:unibrow::Utf8DecoderBase
54 utf16_length_(0),
81 if (length > utf16_length_) length = utf16_length_;
unicode-decoder.cc 57 utf16_length_ = utf16_length;
  /art/runtime/
intern_table.h 148 : hash_(hash), utf16_length_(utf16_length), utf8_data_(utf8_data) { }
151 uint32_t GetUtf16Length() const { return utf16_length_; }
156 uint32_t utf16_length_; member in class:art::InternTable::Utf8String

Completed in 1344 milliseconds