Searched refs:ascii_option (Results 1 – 1 of 1) sorted by relevance
2645 uint32_t ascii_option = 0; in handle_escdsw() local2654 ascii_option = PCRE2_EXTRA_ASCII_BSD; in handle_escdsw()2661 ascii_option = PCRE2_EXTRA_ASCII_BSS; in handle_escdsw()2668 ascii_option = PCRE2_EXTRA_ASCII_BSW; in handle_escdsw()2672 if ((options & PCRE2_UCP) == 0 || (xoptions & ascii_option) != 0) in handle_escdsw()
Completed in 23 milliseconds