Home
last modified time | relevance | path

Searched refs:LIT_UTF8_LAST_7_BITS_MASK (Results 1 – 2 of 2) sorted by relevance

/third_party/jerryscript/jerry-core/lit/
Dlit-strings.h57 #define LIT_UTF8_LAST_7_BITS_MASK (0x7F) macro
Dlit-strings.c385 *code_point = (lit_code_point_t) (c & LIT_UTF8_LAST_7_BITS_MASK); in lit_read_code_point_from_utf8()
434 *code_point = (ecma_char_t) (c & LIT_UTF8_LAST_7_BITS_MASK); in lit_read_code_unit_from_utf8()