Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-string-prototype.c1023 ecma_char_t character_buffer[LIT_MAXIMUM_OTHER_CASE_LENGTH]; in ecma_builtin_string_prototype_object_conversion_helper()
1031 LIT_MAXIMUM_OTHER_CASE_LENGTH); in ecma_builtin_string_prototype_object_conversion_helper()
1037 LIT_MAXIMUM_OTHER_CASE_LENGTH); in ecma_builtin_string_prototype_object_conversion_helper()
1040 JERRY_ASSERT (character_length >= 1 && character_length <= LIT_MAXIMUM_OTHER_CASE_LENGTH); in ecma_builtin_string_prototype_object_conversion_helper()
1062 ecma_char_t character_buffer[LIT_MAXIMUM_OTHER_CASE_LENGTH]; in ecma_builtin_string_prototype_object_conversion_helper()
1069 LIT_MAXIMUM_OTHER_CASE_LENGTH); in ecma_builtin_string_prototype_object_conversion_helper()
1075 LIT_MAXIMUM_OTHER_CASE_LENGTH); in ecma_builtin_string_prototype_object_conversion_helper()
1078 JERRY_ASSERT (character_length >= 1 && character_length <= LIT_MAXIMUM_OTHER_CASE_LENGTH); in ecma_builtin_string_prototype_object_conversion_helper()
/third_party/jerryscript/jerry-core/lit/
Dlit-char-helpers.c708 JERRY_ASSERT (buffer_size >= LIT_MAXIMUM_OTHER_CASE_LENGTH); in lit_char_to_lower_case()
768 JERRY_ASSERT (buffer_size >= LIT_MAXIMUM_OTHER_CASE_LENGTH); in lit_char_to_upper_case()
Dlit-char-helpers.h240 #define LIT_MAXIMUM_OTHER_CASE_LENGTH (3) macro
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-regexp-object.c424 ecma_char_t u[LIT_MAXIMUM_OTHER_CASE_LENGTH]; in ecma_regexp_canonicalize_char()
425 …t ecma_length_t size = lit_char_to_upper_case ((ecma_char_t) ch, u, LIT_MAXIMUM_OTHER_CASE_LENGTH); in ecma_regexp_canonicalize_char()