Searched refs:PCRE_UTF8_ERR5 (Results 1 – 3 of 3) sorted by relevance
191 #define PCRE_UTF8_ERR5 5 macro
3301 return (errorcode <= PCRE_UTF8_ERR5 && (options & PCRE_PARTIAL_HARD) != 0)? in pcre_dfa_exec()
6438 return (errorcode <= PCRE_UTF8_ERR5 && md->partial > 1)? in pcre_exec()