Home
last modified time | relevance | path

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

/external/pcre/dist/
Dpcreposix.c423 case PCRE_ERROR_BADUTF8: return REG_INVARG; in regexec()
Dpcregexp.pas188 PCRE_ERROR_BADUTF8 = -10;
Dpcre.h.generic185 #define PCRE_ERROR_BADUTF8 (-10) /* Same for 8/16/32 */
Dpcre.h.in185 #define PCRE_ERROR_BADUTF8 (-10) /* Same for 8/16/32 */ macro
Dpcretest.c5573 case PCRE_ERROR_BADUTF8: in main()
5576 (count == PCRE_ERROR_BADUTF8)? "bad" : "short", in main()
Dpcre_dfa_exec.c3352 PCRE_ERROR_SHORTUTF8 : PCRE_ERROR_BADUTF8; in pcre_dfa_exec()
Dpcre_exec.c6442 PCRE_ERROR_SHORTUTF8 : PCRE_ERROR_BADUTF8; in pcre_exec()
/external/pcre/
Dpcre.h185 #define PCRE_ERROR_BADUTF8 (-10) /* Same for 8/16/32 */ macro
/external/pcre/dist/doc/
Dpcre.txt3400 PCRE_ERROR_BADUTF8 or, if PCRE_PARTIAL_HARD is set and the problem is a
3656 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 subject
3716 PCRE_ERROR_BADUTF8. It is in fact sufficient to detect this case, but
3772 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