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

/external/chromium_org/v8/src/
H A Dapi.cc3390 int str_len = str->Utf8Length();
4536 static int Utf8Length(i::String* str, i::Isolate* isolate) { function in namespace:v8
4547 int String::Utf8Length() const { function in class:v8::String
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);

Completed in 318 milliseconds