HomeSort by relevance Sort by last modified time
    Searched full:test_replace (Results 1 - 1 of 1) sorted by null

  /external/v8/test/mjsunit/
string-replace-one-char.js 32 function test_replace(result, expected, search, replace) { function
37 test_replace(prefix1024 + "abcdefghijklmnopqrstuvwxyz",
41 test_replace(prefix1024 + "abcdefghijklmnopqrstuvwxyz\u1234",
45 test_replace(prefix1024 + "abcdefghijklmnopqrstuvwxyz",
49 test_replace(prefix1024 + "abcdefghijklmnopqrstuvwxyz\u1234",
54 test_replace(prefix1024 + "abcdefghijklmnopqrstuvwxyz",
58 test_replace(prefix1024 + "abcdefghijklmnopq\u1234stuvwxyz",
64 test_replace(not_found_1, not_found_1, "+", "-");
67 test_replace(not_found_2, not_found_2, "+", "---");
70 test_replace(not_found_3, not_found_3, "\u1234", "ZZZ")
    [all...]

Completed in 38 milliseconds