Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/py/
A Dlexer.c99 STATIC bool is_following_digit(mp_lexer_t *lex) { in is_following_digit() function
704 } else if (is_digit(lex) || (is_char(lex, '.') && is_following_digit(lex))) { in mp_lexer_to_next()

Completed in 4 milliseconds