Searched refs:one_byte_content (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/test/cctest/
H A Dtest-api.cc15341 static const char* one_byte_content = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"; local
15342 i::uc16* uc16_content = AsciiToTwoByteString(one_byte_content);
15343 v8::Local<v8::String> string = v8_str(one_byte_content);
15348 i::Vector<const i::uc16>(uc16_content, i::StrLength(one_byte_content)));

Completed in 167 milliseconds