Searched refs:utf8_string2_p (Results 1 – 1 of 1) sorted by relevance
1662 const lit_utf8_byte_t *utf8_string1_p, *utf8_string2_p; in ecma_compare_ecma_strings_longpath() local1669 utf8_string2_p = ECMA_ASCII_STRING_GET_BUFFER (string2_p); in ecma_compare_ecma_strings_longpath()1676 utf8_string2_p = ECMA_UTF8_STRING_GET_BUFFER (string2_p); in ecma_compare_ecma_strings_longpath()1685 utf8_string2_p = ECMA_LONG_UTF8_STRING_GET_BUFFER (string2_p); in ecma_compare_ecma_strings_longpath()1694 return !memcmp ((char *) utf8_string1_p, (char *) utf8_string2_p, utf8_string1_size); in ecma_compare_ecma_strings_longpath()1814 const lit_utf8_byte_t *utf8_string1_p, *utf8_string2_p; in ecma_compare_ecma_strings_relational() local1855 utf8_string2_p = ecma_string_get_chars_fast (string2_p, &utf8_string2_size); in ecma_compare_ecma_strings_relational()1862 utf8_string2_p = uint32_to_string_buffer2; in ecma_compare_ecma_strings_relational()1871 utf8_string2_p = ecma_string_get_chars_fast (string2_p, &utf8_string2_size); in ecma_compare_ecma_strings_relational()1878 utf8_string2_p = uint32_to_string_buffer2; in ecma_compare_ecma_strings_relational()[all …]