Home | History | Annotate | Download | only in src

Lines Matching refs:Utf8Length

3390       int str_len = str->Utf8Length();
4536 static int Utf8Length(i::String* str, i::Isolate* isolate) {
4547 int String::Utf8Length() const {
4550 return v8::Utf8Length(*str, isolate);
4782 int utf8_bytes = v8::Utf8Length(*str, str->GetIsolate());
4798 // TODO(dcarney) Check max left rec. in Utf8Length and fall through.
6825 length_ = v8::Utf8Length(*i_str, isolate);