Searched refs:utf8_string2_size (Results 1 – 1 of 1) sorted by relevance
1703 lit_utf8_size_t utf8_string1_size, utf8_string2_size; in ecma_compare_ecma_strings_longpath() local1710 utf8_string2_size = ((ecma_utf8_string_t *) string2_p)->size; in ecma_compare_ecma_strings_longpath()1718 utf8_string2_size = ((ecma_ascii_string_t *) string2_p)->size; in ecma_compare_ecma_strings_longpath()1727 utf8_string2_size = ((ecma_long_utf8_string_t *) string2_p)->size; in ecma_compare_ecma_strings_longpath()1730 if (utf8_string1_size != utf8_string2_size) in ecma_compare_ecma_strings_longpath()1797 lit_utf8_size_t utf8_string1_size,utf8_string2_size; in ecma_compare_ecma_strings_longpath_with_literal() local1803 utf8_string2_size = ((ecma_utf8_string_t *) string2_p)->size; in ecma_compare_ecma_strings_longpath_with_literal()1810 utf8_string2_size = ((ecma_ascii_string_t *) string2_p)->size; in ecma_compare_ecma_strings_longpath_with_literal()1818 utf8_string2_size = ((ecma_long_utf8_string_t *) string2_p)->size; in ecma_compare_ecma_strings_longpath_with_literal()1821 if (utf8_string1_size != utf8_string2_size) in ecma_compare_ecma_strings_longpath_with_literal()[all …]