Home
last modified time | relevance | path

Searched refs:utf8_string2_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
1709 utf8_string2_p = ECMA_UTF8_STRING_GET_BUFFER (string2_p); in ecma_compare_ecma_strings_longpath()
1717 utf8_string2_p = ECMA_ASCII_STRING_GET_BUFFER (string2_p); in ecma_compare_ecma_strings_longpath()
1726 utf8_string2_p = ECMA_LONG_UTF8_STRING_GET_BUFFER (string2_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()
1796 const lit_utf8_byte_t *utf8_string2_p; in ecma_compare_ecma_strings_longpath_with_literal() local
1802 utf8_string2_p = ECMA_UTF8_STRING_GET_BUFFER (string2_p); in ecma_compare_ecma_strings_longpath_with_literal()
1809 utf8_string2_p = ECMA_ASCII_STRING_GET_BUFFER (string2_p); in ecma_compare_ecma_strings_longpath_with_literal()
1817 utf8_string2_p = ECMA_LONG_UTF8_STRING_GET_BUFFER (string2_p); in ecma_compare_ecma_strings_longpath_with_literal()
1826 return !memcmp ((char *) chars_p, (char *) utf8_string2_p, utf8_string1_size); in ecma_compare_ecma_strings_longpath_with_literal()
[all …]