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