Home
last modified time | relevance | path

Searched refs:has_double_quote (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/py/
A Dobjstrunicode.c45 bool has_double_quote = false; in uni_print_quoted() local
46 for (const byte *s = str_data, *top = str_data + str_len; !has_double_quote && s < top; s++) { in uni_print_quoted()
50 has_double_quote = true; in uni_print_quoted()
54 if (has_single_quote && !has_double_quote) { in uni_print_quoted()
A Dobjstr.c50 bool has_double_quote = false; in mp_str_print_quoted() local
51 for (const byte *s = str_data, *top = str_data + str_len; !has_double_quote && s < top; s++) { in mp_str_print_quoted()
55 has_double_quote = true; in mp_str_print_quoted()
59 if (has_single_quote && !has_double_quote) { in mp_str_print_quoted()

Completed in 7 milliseconds