Home
last modified time | relevance | path

Searched refs:ERR73 (Results 1 – 2 of 2) sorted by relevance

/external/pcre/dist/
Dpcre_internal.h2283 ERR70, ERR71, ERR72, ERR73, ERR74, ERR75, ERR76, ERR77, ERR78, ERR79, enumerator
Dpcre_compile.c1079 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()