Searched refs:LIT_CHAR_3 (Results 1 – 3 of 3) sorted by relevance
177 #define LIT_CHAR_3 ((ecma_char_t) '3') macro
107 ecma_stringbuilder_append_char (&builder, LIT_CHAR_3); in main()
1024 if (*source_p >= LIT_CHAR_0 && *source_p <= LIT_CHAR_3) in lexer_parse_string()2181 if (*source_p >= LIT_CHAR_0 && *source_p <= LIT_CHAR_3) in lexer_convert_literal_to_chars()