Searched refs:ERR73 (Results 1 – 1 of 1) sorted by relevance
/external/pcre/dist2/src/ |
D | pcre2_compile.c | 613 ERR71, ERR72, ERR73, ERR74, ERR75, ERR76, ERR77, ERR78, ERR79, ERR80, enumerator 1914 else if (c >= 0xd800 && c <= 0xdfff) *errorcodeptr = ERR73; in PRIV() 2127 if (utf && c >= 0xd800 && c <= 0xdfff) *errorcodeptr = ERR73; in PRIV() 2188 if (utf && c >= 0xd800 && c <= 0xdfff) *errorcodeptr = ERR73; in PRIV()
|