Home | History | Annotate | Download | only in cctest

Lines Matching full:abcde

7514   v8::Handle<String> str = v8_str("abcde");
7623 CHECK_EQ(0, strcmp("abcde", buf));
7643 CHECK_EQ(0, strncmp("abcde\1", buf, 6));
7653 CHECK_EQ(0, strcmp("abcde", buf));
7716 CHECK_EQ(0, strncmp("abcde", buf, 5));
7717 CHECK_NE(0, strcmp("abcde", buf));
7719 CHECK_EQ(0, strcmp("abcde", buf));
7741 CHECK_EQ(0, strcmp(utf8buf, "abcde"));