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

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

Completed in 38 milliseconds