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

  /external/chromium_org/v8/test/mjsunit/
regexp.js 28 function testEscape(str, regex) {
32 testEscape("foo\nbar\nbaz", /\n/);
33 testEscape("foo bar baz", /\s/);
34 testEscape("foo\tbar\tbaz", /\s/);
35 testEscape("foo-bar-baz", /\u002D/);
  /external/v8/test/mjsunit/
regexp.js 28 function testEscape(str, regex) {
32 testEscape("foo\nbar\nbaz", /\n/);
33 testEscape("foo bar baz", /\s/);
34 testEscape("foo\tbar\tbaz", /\s/);
35 testEscape("foo-bar-baz", /\u002D/);
  /external/protobuf/java/src/test/java/com/google/protobuf/
TextFormatTest.java 462 public void testEscape() throws Exception {
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
CsvUtilsTests.java 289 public void testEscape() {
  /external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/
TextFormatTest.java 481 public void testEscape() throws Exception {

Completed in 76 milliseconds