Searched refs:utf8_string1_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() local1667 utf8_string1_p = ECMA_ASCII_STRING_GET_BUFFER (string1_p); in ecma_compare_ecma_strings_longpath()1674 utf8_string1_p = ECMA_UTF8_STRING_GET_BUFFER (string1_p); in ecma_compare_ecma_strings_longpath()1683 utf8_string1_p = ECMA_LONG_UTF8_STRING_GET_BUFFER (string1_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() local1824 utf8_string1_p = ecma_string_get_chars_fast (string1_p, &utf8_string1_size); in ecma_compare_ecma_strings_relational()1831 utf8_string1_p = uint32_to_string_buffer1; in ecma_compare_ecma_strings_relational()1840 utf8_string1_p = ecma_string_get_chars_fast (string1_p, &utf8_string1_size); in ecma_compare_ecma_strings_relational()1847 utf8_string1_p = uint32_to_string_buffer1; in ecma_compare_ecma_strings_relational()[all …]