Home
last modified time | relevance | path

Searched refs:LIT_CHAR_LOWERCASE_Z (Results 1 - 4 of 4) sorted by relevance

/third_party/jerryscript/jerry-core/lit/
H A Dlit-char-helpers.c216 && LEXER_TO_ASCII_LOWERCASE (code_point) <= LIT_CHAR_LOWERCASE_Z) in lit_code_point_is_identifier_start()
246 && LEXER_TO_ASCII_LOWERCASE (code_point) <= LIT_CHAR_LOWERCASE_Z) in lit_code_point_is_identifier_part()
770 if (character >= LIT_CHAR_LOWERCASE_A && character <= LIT_CHAR_LOWERCASE_Z) in lit_char_to_upper_case()
/third_party/jerryscript/jerry-core/ecma/base/
H A Decma-helpers-number.c821 if ((current_char >= LIT_CHAR_LOWERCASE_A && current_char <= LIT_CHAR_LOWERCASE_Z)) in ecma_number_parse_int()
863 if ((current_char >= LIT_CHAR_LOWERCASE_A && current_char <= LIT_CHAR_LOWERCASE_Z)) in ecma_number_parse_int()
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-helpers-date.c705 case LIT_CHAR_LOWERCASE_Z: /* Time zone hours part. */ in ecma_date_to_string_format()
/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-regexp-object.c408 if (ch >= LIT_CHAR_LOWERCASE_A && ch <= LIT_CHAR_LOWERCASE_Z) in ecma_regexp_canonicalize_char()

Completed in 8 milliseconds