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

/external/v8/src/
H A Dobjects-inl.h245 String::cast(this)->IsTwoByteRepresentation();
265 String::cast(this)->IsTwoByteRepresentation();
307 bool String::IsTwoByteRepresentation() { function in class:v8::internal::String
340 return GetUnderlying()->IsTwoByteRepresentation();
3728 } else if (src_str->IsTwoByteRepresentation()) {
/external/chromium_org/v8/src/
H A Dobjects-inl.h258 String::cast(this)->IsTwoByteRepresentation();
278 String::cast(this)->IsTwoByteRepresentation();
334 bool String::IsTwoByteRepresentation() { function in class:v8::internal::String
367 return GetUnderlying()->IsTwoByteRepresentation();
4766 } else if (src_str->IsTwoByteRepresentation()) {

Completed in 74 milliseconds