Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers-string.c1702 const lit_utf8_byte_t *utf8_string1_p, *utf8_string2_p; in ecma_compare_ecma_strings_longpath() local
1707 utf8_string1_p = ECMA_UTF8_STRING_GET_BUFFER (string1_p); in ecma_compare_ecma_strings_longpath()
1715 utf8_string1_p = ECMA_ASCII_STRING_GET_BUFFER (string1_p); in ecma_compare_ecma_strings_longpath()
1724 utf8_string1_p = ECMA_LONG_UTF8_STRING_GET_BUFFER (string1_p); in ecma_compare_ecma_strings_longpath()
1735 return !memcmp ((char *) utf8_string1_p, (char *) utf8_string2_p, utf8_string1_size); in ecma_compare_ecma_strings_longpath()
1941 const lit_utf8_byte_t *utf8_string1_p, *utf8_string2_p; in ecma_compare_ecma_strings_relational() local
1951 utf8_string1_p = ecma_string_get_chars_fast (string1_p, &utf8_string1_size); in ecma_compare_ecma_strings_relational()
1958 utf8_string1_p = uint32_to_string_buffer1; in ecma_compare_ecma_strings_relational()
1967 utf8_string1_p = ecma_string_get_chars_fast (string1_p, &utf8_string1_size); in ecma_compare_ecma_strings_relational()
1974 utf8_string1_p = uint32_to_string_buffer1; in ecma_compare_ecma_strings_relational()
[all …]