Home
last modified time | relevance | path

Searched refs:str2_p (Results 1 – 1 of 1) sorted by relevance

/PHP-8.0/ext/intl/collator/
H A Dcollator_sort.c59 zval *str1_p, *str2_p; in collator_regular_compare_function() local
64 str2_p = collator_convert_object_to_string( op2, &str2 ); in collator_regular_compare_function()
70 str2_p == ( num2_p = collator_convert_string_to_number_if_possible( str2_p, &num2 ) ) ) ) in collator_regular_compare_function()
77 INTL_Z_STRVAL_P(str2_p), INTL_Z_STRLEN_P(str2_p) )); in collator_regular_compare_function()
92 norm2_p = collator_normalize_sort_argument( str2_p, &norm2 ); in collator_regular_compare_function()
111 norm2_p = collator_normalize_sort_argument( str2_p, &norm2 ); in collator_regular_compare_function()
127 zval_ptr_dtor( str2_p ); in collator_regular_compare_function()
173 zval *str2_p = NULL; in collator_icu_compare_function() local
176 str2_p = collator_make_printable_zval( op2, &str2 ); in collator_icu_compare_function()
183 INTL_Z_STRVAL_P(str2_p), INTL_Z_STRLEN_P(str2_p) )); in collator_icu_compare_function()
[all …]

Completed in 6 milliseconds