Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/py/
A Dlexer.c83 STATIC bool is_char_and(mp_lexer_t *lex, byte c1, byte c2) { in is_char_and() function
116 || (((is_char_and(lex, 'r', 'f') || is_char_and(lex, 'f', 'r')) in is_string_or_bytes()
121 || ((is_char_and(lex, 'r', 'b') || is_char_and(lex, 'b', 'r')) in is_string_or_bytes()
323 if (is_char_and(lex, quote_char, quote_char)) { in parse_string_literal()
525 } else if (is_char_and(lex, '\\', '\n')) { in skip_whitespace()
771 if (is_char_and(lex, '.', '.')) { in mp_lexer_to_next()

Completed in 3 milliseconds