Home
last modified time | relevance | path

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

/PHP-7.3/ext/intl/collator/
H A Dcollator_sort.c62 zval *str1_p, *str2_p; in collator_regular_compare_function() local
65 str1_p = collator_convert_object_to_string( op1, &str1 ); in collator_regular_compare_function()
72 ( str1_p == ( num1_p = collator_convert_string_to_number_if_possible( str1_p, &num1 ) ) || in collator_regular_compare_function()
90 INTL_Z_STRVAL_P(str1_p), INTL_Z_STRLEN_P(str1_p), in collator_regular_compare_function()
98 if( num1_p == str1_p ) in collator_regular_compare_function()
122 norm1_p = collator_normalize_sort_argument( str1_p, &norm1 ); in collator_regular_compare_function()
141 zval_ptr_dtor( str1_p ); in collator_regular_compare_function()
188 zval *str1_p = NULL; in collator_icu_compare_function() local
191 str1_p = collator_make_printable_zval( op1, &str1); in collator_icu_compare_function()
200 INTL_Z_STRVAL_P(str1_p), INTL_Z_STRLEN_P(str1_p), in collator_icu_compare_function()
[all …]

Completed in 35 milliseconds