Searched refs:has_single_quote (Results 1 – 2 of 2) sorted by relevance
44 bool has_single_quote = false; in uni_print_quoted() local48 has_single_quote = true; in uni_print_quoted()54 if (has_single_quote && !has_double_quote) { in uni_print_quoted()
49 bool has_single_quote = false; in mp_str_print_quoted() local53 has_single_quote = true; in mp_str_print_quoted()59 if (has_single_quote && !has_double_quote) { in mp_str_print_quoted()
Completed in 7 milliseconds