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

  /external/chromium_org/v8/src/
unicode-inl.h 171 utf16_length_(0),
201 if (length > utf16_length_) length = utf16_length_;
unicode.h 179 inline unsigned Utf16Length() const { return utf16_length_; }
181 // This reads all characters and sets the utf16_length_.
191 unsigned utf16_length_; member in class:unibrow::Utf8DecoderBase
unicode.cc 327 utf16_length_ = utf16_length;
    [all...]

Completed in 53 milliseconds