Home | History | Annotate | Download | only in stubs

Lines Matching refs:last_hex_escape

486   bool last_hex_escape = false; // true if last output char was \xNN
506 (last_hex_escape && isxdigit(*src)))) {
517 last_hex_escape = is_hex_escape;