Home
last modified time | relevance | path

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

/php-src/ext/intl/collator/
H A Dcollator_sort.c59 zval *str1_p, *str2_p; in collator_regular_compare_function() local
62 str1_p = collator_convert_object_to_string( op1, &str1 ); in collator_regular_compare_function()
68 if( Z_TYPE_P(str1_p) == IS_STRING && Z_TYPE_P(str2_p) == IS_STRING && 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_ZSTR_VAL(Z_STR_P(str1_p)), INTL_ZSTR_LEN(Z_STR_P(str1_p)), in collator_regular_compare_function()
84 if( num1_p == str1_p ) in collator_regular_compare_function()
89 norm1_p = collator_convert_zstr_utf16_to_utf8( str1_p, &norm1 ); 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()

Completed in 5 milliseconds