Home | History | Annotate | Download | only in cctest

Lines Matching defs:one_byte

943     char* one_byte = NewArray<char>(i + 1);
945 one_byte[j] = 'a';
949 OneByteResource* one_byte_resource = new OneByteResource(one_byte, i);
996 " var one_byte = Array(max_length + 1);"
999 " one_byte[i] = one_byte_chars.substring(0, i);"
1003 " if (one_byte[i] != external_one_byte[i]) return 3;"
1014 " if (one_byte[i] != (one_byte[j] + one_byte[i - j])) return 8;"
1015 " if (one_byte[i] != (external_one_byte[j] + one_byte[i - j])) "
1017 " if (one_byte[i] != (one_byte[j] + external_one_byte[i - j])) "
1365 "var subject = 'one_byte~only~string~'; "
1372 v8::Local<v8::String> expected = v8_str("one_byte\x80only\x80string\x80");