Home
last modified time | relevance | path

Searched refs:LIT_UTF8_4_BYTE_MASK (Results 1 – 4 of 4) sorted by relevance

/third_party/jerryscript/jerry-core/lit/
Dlit-strings.h54 #define LIT_UTF8_4_BYTE_MASK (0xF8) macro
Dlit-strings.c61 else if ((c & LIT_UTF8_4_BYTE_MASK) == LIT_UTF8_4_BYTE_MARKER) in lit_is_valid_utf8_string()
403 JERRY_ASSERT ((c & LIT_UTF8_4_BYTE_MASK) == LIT_UTF8_4_BYTE_MARKER); in lit_read_code_point_from_utf8()
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-global.c251 else if ((decoded_byte & LIT_UTF8_4_BYTE_MASK) == LIT_UTF8_4_BYTE_MARKER) in ecma_builtin_global_object_decode_uri_helper()
315 else if ((decoded_byte & LIT_UTF8_4_BYTE_MASK) == LIT_UTF8_4_BYTE_MARKER) in ecma_builtin_global_object_decode_uri_helper()
/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers-string.c396 JERRY_ASSERT ((string_p[pos] & LIT_UTF8_4_BYTE_MASK) == LIT_UTF8_4_BYTE_MARKER); in ecma_new_ecma_string_from_utf8_converted_to_cesu8()
426 if ((string_p[pos] & LIT_UTF8_4_BYTE_MASK) == LIT_UTF8_4_BYTE_MARKER) in ecma_new_ecma_string_from_utf8_converted_to_cesu8()