Home
last modified time | relevance | path

Searched refs:GET_NEWLINE (Results 1 - 1 of 1) sorted by relevance

/third_party/pcre2/pcre2/src/
H A Dpcre2_jit_test.c138 #define GET_NEWLINE(x) ((x) & 0xffff) macro
1263 if (GET_NEWLINE(current->newline)) in regression_tests()
1264 pcre2_set_newline_8(ccontext8, GET_NEWLINE(current->newline)); in regression_tests()
1290 if (GET_NEWLINE(current->newline)) in regression_tests()
1291 pcre2_set_newline_16(ccontext16, GET_NEWLINE(current->newline)); in regression_tests()
1317 if (GET_NEWLINE(current->newline)) in regression_tests()
1318 pcre2_set_newline_32(ccontext32, GET_NEWLINE(current->newline)); in regression_tests()

Completed in 4 milliseconds