Searched refs:use_hex (Results 1 – 1 of 1) sorted by relevance
429 int dest_len, bool use_hex, bool utf8_safe) { in CEscapeInternal() argument455 sprintf(dest + used, (use_hex ? "\\x%02x" : "\\%03o"), in CEscapeInternal()457 is_hex_escape = use_hex; in CEscapeInternal()