Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/py/
A Dlexer.c61 STATIC bool is_char_or3(mp_lexer_t *lex, byte c1, byte c2, byte c3) { in is_char_or3() function
119 || (is_char_or3(lex, 'r', 'u', 'b') && is_char_following_or(lex, '\'', '\"')) in is_string_or_bytes()
730 if (is_char_or3(lex, '.', 'j', 'J')) { in mp_lexer_to_next()

Completed in 4 milliseconds