Searched defs:convert_map (Results 1 – 1 of 1) sorted by relevance
194 static const CharMap convert_map[] = {{'r', '\r'}, {'n', '\n'}}; in UnescapeChar() local206 static const CharMap convert_map[] = {{'\n', 'n'}, {'\r', 'r'}}; in EscapeChar() local