Searched refs:ERR73 (Results 1 – 2 of 2) sorted by relevance
/external/pcre/dist/ |
D | pcre_internal.h | 2291 ERR70, ERR71, ERR72, ERR73, ERR74, ERR75, ERR76, ERR77, ERR78, ERR79, enumerator
|
D | pcre_compile.c | 1089 else if (utf && c >= 0xd800 && c <= 0xdfff) *errorcodeptr = ERR73; in check_escape() 1301 if (utf && c >= 0xd800 && c <= 0xdfff) *errorcodeptr = ERR73; in check_escape() 1384 if (utf && c >= 0xd800 && c <= 0xdfff) *errorcodeptr = ERR73; in check_escape()
|