Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/lit/
Dlit-char-helpers.h146 #define LIT_CHAR_LOWERCASE_C ((ecma_char_t) 'c') macro
/third_party/jerryscript/tests/unit-core/
Dtest-stringbuilder.c94 ecma_stringbuilder_append_char (&builder, LIT_CHAR_LOWERCASE_C); in main()
/third_party/jerryscript/jerry-core/parser/regexp/
Dre-parser.c534 case LIT_CHAR_LOWERCASE_C: in re_parse_char_escape()
1007 && *re_ctx_p->input_curr_p == LIT_CHAR_LOWERCASE_C in re_parse_char_class()