HomeSort by relevance Sort by last modified time
    Searched refs:one_byte_string (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/v8/test/cctest/
test-strings.cc 886 const char* one_byte_string = "abcdef12345"; local
887 int len = v8::String::NewFromUtf8(CcTest::isolate(), one_byte_string,
889 StrLength(one_byte_string))->Utf8Length();
890 CHECK_EQ(StrLength(one_byte_string), len);
    [all...]
test-parsing.cc 540 i::Handle<i::String> one_byte_string = local
548 i::GenericStringUtf16CharacterStream string_stream(one_byte_string, start,
    [all...]
test-api.cc 729 const char* one_byte_string = "test string"; local
731 CcTest::isolate(), new TestOneByteResource(i::StrDup(one_byte_string)));
774 const char* one_byte_string = "test string"; local
777 new TestOneByteResource(i::StrDup(one_byte_string), &dispose_count));
    [all...]
  /external/chromium_org/v8/src/
objects.h 459 V(ONE_BYTE_STRING_TYPE, kVariableSizeSentinel, one_byte_string, \
    [all...]

Completed in 216 milliseconds