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

  /external/chromium_org/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...]
regexp-global.js 173 function test_replace(result_expectation, function
231 test_replace(test_1_expectation, subject, /a1/g, "x");
235 test_replace(test_1_expectation, subject, /a1/g, f);
238 test_replace(test_2_expectation, subject, /a1/g, "");
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_strop.py 57 def test_replace(self): member in class:StropFunctionTestCase
test_datetime.py 1065 def test_replace(self): member in class:TestDate
1610 def test_replace(self): member in class:TestDateTime
1934 def test_replace(self): member in class:TestTime
2305 def test_replace(self): member in class:TestTimeTZ
2838 def test_replace(self): member in class:TestDateTimeTZ
    [all...]
test_unicode.py 207 def test_replace(self): member in class:UnicodeTest
208 string_tests.CommonTest.test_replace(self)
    [all...]
string_tests.py 572 def test_replace(self): member in class:CommonTest
    [all...]
test_bigmem.py 289 def test_replace(self, size): member in class:StrTest
    [all...]
test_bytes.py 336 def test_replace(self): member in class:BaseBytesTest
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_strop.py 57 def test_replace(self): member in class:StropFunctionTestCase
test_datetime.py 1065 def test_replace(self): member in class:TestDate
1610 def test_replace(self): member in class:TestDateTime
1934 def test_replace(self): member in class:TestTime
2305 def test_replace(self): member in class:TestTimeTZ
2838 def test_replace(self): member in class:TestDateTimeTZ
    [all...]
test_unicode.py 207 def test_replace(self): member in class:UnicodeTest
208 string_tests.CommonTest.test_replace(self)
    [all...]
string_tests.py 572 def test_replace(self): member in class:CommonTest
    [all...]
test_bigmem.py 289 def test_replace(self, size): member in class:StrTest
    [all...]
test_bytes.py 336 def test_replace(self): member in class:BaseBytesTest
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_pytree.py 157 def test_replace(self): member in class:TestNodes
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/
test_pytree.py 157 def test_replace(self): member in class:TestNodes

Completed in 1038 milliseconds