Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/lit/
H A Dlit-strings.c82 if ((c & LIT_UTF8_EXTRA_BYTE_MASK) != LIT_UTF8_EXTRA_BYTE_MARKER) in lit_is_valid_utf8_string()
170 if ((c & LIT_UTF8_EXTRA_BYTE_MASK) != LIT_UTF8_EXTRA_BYTE_MARKER) in lit_is_valid_cesu8_string()
567 while ((*(current_p) & LIT_UTF8_EXTRA_BYTE_MASK) == LIT_UTF8_EXTRA_BYTE_MARKER); in lit_utf8_decr()
H A Dlit-strings.h55 #define LIT_UTF8_EXTRA_BYTE_MASK (0xC0) macro
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-global.c340 if (hex_value == UINT32_MAX || (hex_value & LIT_UTF8_EXTRA_BYTE_MASK) != LIT_UTF8_EXTRA_BYTE_MARKER) in ecma_builtin_global_object_decode_uri_helper()
/third_party/jerryscript/jerry-core/parser/js/
H A Djs-lexer.c42 #define IS_UTF8_INTERMEDIATE_OCTET(byte) (((byte) & LIT_UTF8_EXTRA_BYTE_MASK) == LIT_UTF8_2_BYTE_CODE_POINT_MIN)

Completed in 6 milliseconds