Searched refs:ecma_compare_ecma_strings_relational (Results 1 – 6 of 6) sorted by relevance
416 bool is_px_less = ecma_compare_ecma_strings_relational (str_x_p, str_y_p); in ecma_op_abstract_relational_compare()
357 bool ecma_compare_ecma_strings_relational (const ecma_string_t *string1_p, const ecma_string_t *str…
1805 ecma_compare_ecma_strings_relational (const ecma_string_t *string1_p, /**< ecma-string */ in ecma_compare_ecma_strings_relational() function
257 if (ecma_compare_ecma_strings_relational (this_string_p, arg_string_p)) in ecma_builtin_string_prototype_object_locale_compare()
1045 if (ecma_compare_ecma_strings_relational (lhs_str_p, rhs_str_p)) in ecma_builtin_array_prototype_object_sort_compare_helper()
1385 return ecma_compare_ecma_strings_relational (literal1, literal2); in jerry_save_literals_compare()