Home
last modified time | relevance | path

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

/PHP-7.4/ext/intl/collator/
H A Dcollator_sort.c62 zval *str1_p, *str2_p; in collator_regular_compare_function() local
67 str2_p = collator_convert_object_to_string( op2, &str2 ); in collator_regular_compare_function()
73 str2_p == ( num2_p = collator_convert_string_to_number_if_possible( str2_p, &num2 ) ) ) ) in collator_regular_compare_function()
91 INTL_Z_STRVAL_P(str2_p), INTL_Z_STRLEN_P(str2_p) )); in collator_regular_compare_function()
106 norm2_p = collator_normalize_sort_argument( str2_p, &norm2 ); in collator_regular_compare_function()
125 norm2_p = collator_normalize_sort_argument( str2_p, &norm2 ); in collator_regular_compare_function()
142 zval_ptr_dtor( str2_p ); in collator_regular_compare_function()
189 zval *str2_p = NULL; in collator_icu_compare_function() local
192 str2_p = collator_make_printable_zval( op2, &str2 ); in collator_icu_compare_function()
201 INTL_Z_STRVAL_P(str2_p), INTL_Z_STRLEN_P(str2_p) )); in collator_icu_compare_function()
[all …]

Completed in 6 milliseconds