Searched defs:Utf8Length (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Dhandles.cc947 int Utf8Length(Handle<String> str) { function in namespace:v8::internal
H A Dapi.cc3693 int String::Utf8Length() const { function in class:v8::String
3695 if (IsDeadCheck(str->GetIsolate(), "v8::String::Utf8Length()")) return 0;
3696 return i::Utf8Length(str);
3852 int utf8_bytes = i::Utf8Length(str);
5403 length_ = i::Utf8Length(i_str);

Completed in 318 milliseconds