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
1226 if (GET_NEWLINE(current->newline)) in regression_tests()
1227 pcre2_set_newline_8(ccontext8, GET_NEWLINE(current->newline)); in regression_tests()
1253 if (GET_NEWLINE(current->newline)) in regression_tests()
1254 pcre2_set_newline_16(ccontext16, GET_NEWLINE(current->newline)); in regression_tests()
1280 if (GET_NEWLINE(current->newline)) in regression_tests()
1281 pcre2_set_newline_32(ccontext32, GET_NEWLINE(current->newline)); in regression_tests()