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

  /prebuilts/go/darwin-x86/src/regexp/testdata/
testregex.c 99 #define TEST_IGNORE_POSITION 0x08000000
106 #define TEST_GLOBAL (TEST_ACTUAL|TEST_AND|TEST_BASELINE|TEST_CATCH|TEST_FAIL|TEST_IGNORE_ERROR|TEST_IGNORE_OVER|TEST_IGNORE_POSITION|TEST_OR|TEST_PASS|TEST_SUMMARY|TEST_VERBOSE)
863 if ((match[nmatch-1].rm_so != -1 || match[nmatch-1].rm_eo != -1) && (!(test & TEST_IGNORE_POSITION) || match[nmatch-1].rm_so >= 0 && match[nmatch-1].rm_eo >= 0))
963 if ((test & TEST_IGNORE_POSITION) && (match[i].rm_so<0 || match[i].rm_eo<0))
1300 test |= TEST_IGNORE_POSITION;
1394 if (test & TEST_IGNORE_POSITION)
    [all...]
  /prebuilts/go/linux-x86/src/regexp/testdata/
testregex.c 99 #define TEST_IGNORE_POSITION 0x08000000
106 #define TEST_GLOBAL (TEST_ACTUAL|TEST_AND|TEST_BASELINE|TEST_CATCH|TEST_FAIL|TEST_IGNORE_ERROR|TEST_IGNORE_OVER|TEST_IGNORE_POSITION|TEST_OR|TEST_PASS|TEST_SUMMARY|TEST_VERBOSE)
863 if ((match[nmatch-1].rm_so != -1 || match[nmatch-1].rm_eo != -1) && (!(test & TEST_IGNORE_POSITION) || match[nmatch-1].rm_so >= 0 && match[nmatch-1].rm_eo >= 0))
963 if ((test & TEST_IGNORE_POSITION) && (match[i].rm_so<0 || match[i].rm_eo<0))
1300 test |= TEST_IGNORE_POSITION;
1394 if (test & TEST_IGNORE_POSITION)
    [all...]

Completed in 201 milliseconds