Searched refs:GetTwoByteData (Results 1 – 2 of 2) sorted by relevance
374 const uc16* GetTwoByteData(unsigned start);
11107 const uc16* String::GetTwoByteData(unsigned start) { in GetTwoByteData() function in v8::internal::String11117 return slice->parent()->GetTwoByteData(start + slice->offset()); in GetTwoByteData()