Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/lit/
Dlit-strings.h69 #define LIT_UTF8_2_BYTE_CODE_POINT_MAX (0x7FF) macro
Dlit-strings.c679 else if (code_unit <= LIT_UTF8_2_BYTE_CODE_POINT_MAX) in lit_code_unit_to_utf8()
748 else if (code_point <= LIT_UTF8_2_BYTE_CODE_POINT_MAX) in lit_code_point_to_utf8()
/third_party/jerryscript/tests/unit-core/
Dtest-strings.c53 code_point = LIT_UTF8_2_BYTE_CODE_POINT_MIN + code_point % (LIT_UTF8_2_BYTE_CODE_POINT_MAX - in generate_cesu8_char()