Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/py/
A Dobjstrunicode.c44 bool has_single_quote = false; in uni_print_quoted() local
48 has_single_quote = true; in uni_print_quoted()
54 if (has_single_quote && !has_double_quote) { in uni_print_quoted()
A Dobjstr.c49 bool has_single_quote = false; in mp_str_print_quoted() local
53 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