Searched refs:hex_start (Results 1 – 2 of 2) sorted by relevance
371 const char *hex_start = p; in UnescapeCEscapeSequences() local376 "\\" << string(hex_start, p+1-hex_start) << " exceeds 8 bits"; in UnescapeCEscapeSequences()384 const char *hex_start = p; in UnescapeCEscapeSequences()391 << string(hex_start, p+1-hex_start); in UnescapeCEscapeSequences()401 const char *hex_start = p; in UnescapeCEscapeSequences()410 << string(hex_start, p + 1 - hex_start) in UnescapeCEscapeSequences()419 << string(hex_start, p+1-hex_start); in UnescapeCEscapeSequences()
193 const char* hex_start = p; in CUnescapeInternal() local199 *error = "Value of \\" + string(hex_start, p + 1 - hex_start) + in CUnescapeInternal()