Searched refs:LIT_CHAR_UPPERCASE_E (Results 1 – 4 of 4) sorted by relevance
118 #define LIT_CHAR_UPPERCASE_E ((ecma_char_t) 'E') macro
1028 if ((current == LIT_CHAR_LOWERCASE_E || current == LIT_CHAR_UPPERCASE_E) in ecma_number_parse_float()
520 || *str_p == LIT_CHAR_UPPERCASE_E)) in ecma_utf8_string_to_number()
268 …f (current_p < end_p && (*current_p == LIT_CHAR_LOWERCASE_E || *current_p == LIT_CHAR_UPPERCASE_E)) in ecma_builtin_json_parse_number()