Home
last modified time | relevance | path

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

/external/pcre/dist2/src/
Dpcre2_jit_test.c132 #define GET_NEWLINE(x) ((x) & 0xffff) macro
1210 if (GET_NEWLINE(current->newline)) in regression_tests()
1211 pcre2_set_newline_8(ccontext8, GET_NEWLINE(current->newline)); in regression_tests()
1237 if (GET_NEWLINE(current->newline)) in regression_tests()
1238 pcre2_set_newline_16(ccontext16, GET_NEWLINE(current->newline)); in regression_tests()
1264 if (GET_NEWLINE(current->newline)) in regression_tests()
1265 pcre2_set_newline_32(ccontext32, GET_NEWLINE(current->newline)); in regression_tests()