Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/py/
A Dlexer.c57 STATIC bool is_char_or(mp_lexer_t *lex, byte c1, byte c2) { in is_char_or() function
113 return is_char_or(lex, '\'', '\"') in is_string_or_bytes()
366 while (!is_end(lex) && !is_char_or(lex, ':', '}')) { in parse_string_literal()
721 if (!forced_integer && is_char_or(lex, 'e', 'E')) { in mp_lexer_to_next()

Completed in 3 milliseconds