Home
last modified time | relevance | path

Searched refs:one_byte_sources (Results 1 – 1 of 1) sorted by relevance

/external/v8/test/cctest/
Dtest-api.cc15274 const char* one_byte_sources[] = { in TEST() local
15281 for (int i = 0; one_byte_sources[i] != NULL; i++) { in TEST()
15282 uint16_t* two_byte_string = AsciiToTwoByteString(one_byte_sources[i]); in TEST()