Searched refs:str1_p (Results 1 – 1 of 1) sorted by relevance
59 zval *str1_p, *str2_p; in collator_regular_compare_function() local62 str1_p = collator_convert_object_to_string( op1, &str1 ); in collator_regular_compare_function()69 ( str1_p == ( num1_p = collator_convert_string_to_number_if_possible( str1_p, &num1 ) ) || in collator_regular_compare_function()76 INTL_Z_STRVAL_P(str1_p), INTL_Z_STRLEN_P(str1_p), in collator_regular_compare_function()84 if( num1_p == str1_p ) in collator_regular_compare_function()108 norm1_p = collator_normalize_sort_argument( str1_p, &norm1 ); in collator_regular_compare_function()126 zval_ptr_dtor( str1_p ); in collator_regular_compare_function()172 zval *str1_p = NULL; in collator_icu_compare_function() local175 str1_p = collator_make_printable_zval( op1, &str1); in collator_icu_compare_function()182 INTL_Z_STRVAL_P(str1_p), INTL_Z_STRLEN_P(str1_p), in collator_icu_compare_function()[all …]
Completed in 5 milliseconds