Searched refs:decoded_ch (Results 1 – 1 of 1) sorted by relevance
1024 const cpp_decoded_char &decoded_ch) in default_print_decoded_ch() argument1026 for (const char *ptr = decoded_ch.m_start_byte; in default_print_decoded_ch()1027 ptr != decoded_ch.m_next_byte; ptr++) in default_print_decoded_ch()1065 const cpp_decoded_char &decoded_ch) in escape_as_bytes_print() argument1067 if (!decoded_ch.m_valid_ch) in escape_as_bytes_print()1069 for (const char *iter = decoded_ch.m_start_byte; in escape_as_bytes_print()1070 iter != decoded_ch.m_next_byte; ++iter) in escape_as_bytes_print()1079 cppchar_t ch = decoded_ch.m_ch; in escape_as_bytes_print()1084 for (const char *iter = decoded_ch.m_start_byte; in escape_as_bytes_print()1085 iter < decoded_ch.m_next_byte; ++iter) in escape_as_bytes_print()[all …]