Searched refs:PCRE_ERROR_BADUTF8 (Results 1 – 9 of 9) sorted by relevance
423 case PCRE_ERROR_BADUTF8: return REG_INVARG; in regexec()
188 PCRE_ERROR_BADUTF8 = -10;
185 #define PCRE_ERROR_BADUTF8 (-10) /* Same for 8/16/32 */
185 #define PCRE_ERROR_BADUTF8 (-10) /* Same for 8/16/32 */ macro
5573 case PCRE_ERROR_BADUTF8: in main()5576 (count == PCRE_ERROR_BADUTF8)? "bad" : "short", in main()
3352 PCRE_ERROR_SHORTUTF8 : PCRE_ERROR_BADUTF8; in pcre_dfa_exec()
6442 PCRE_ERROR_SHORTUTF8 : PCRE_ERROR_BADUTF8; in pcre_exec()
3400 PCRE_ERROR_BADUTF8 or, if PCRE_PARTIAL_HARD is set and the problem is a3656 PCRE_ERROR_BADUTF8 (-10)3666 PCRE_ERROR_SHORTUTF8 is returned instead of PCRE_ERROR_BADUTF8.3713 This error is returned instead of PCRE_ERROR_BADUTF8 when the subject3716 PCRE_ERROR_BADUTF8. It is in fact sufficient to detect this case, but3772 When pcre_exec() returns either PCRE_ERROR_BADUTF8 or PCRE_ERROR_SHORT-8829 the error PCRE_ERROR_BADUTF8 or PCRE_ERROR_BADUTF16. However, in the