Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/lit/
Dlit-strings.h31 #define LIT_UNICODE_CODE_POINT_NULL (0x0) macro
Dlit-strings.c389 lit_code_point_t ret = LIT_UNICODE_CODE_POINT_NULL; in lit_read_code_point_from_utf8()
438 lit_code_point_t ret = LIT_UNICODE_CODE_POINT_NULL; in lit_read_code_unit_from_utf8()
/third_party/jerryscript/jerry-core/parser/regexp/
Dre-parser.c444 re_ctx_p->token.value = LIT_UNICODE_CODE_POINT_NULL; in re_parse_char_escape()