Home
last modified time | relevance | path

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

/PHP-8.2/ext/intl/collator/
H A Dcollator_sort.c58 zval *norm1_p = NULL, *norm2_p = NULL; in collator_regular_compare_function() local
89 norm1_p = collator_convert_zstr_utf16_to_utf8( str1_p, &norm1 ); in collator_regular_compare_function()
98 norm1_p = num1_p; in collator_regular_compare_function()
108 norm1_p = collator_normalize_sort_argument( str1_p, &norm1 ); in collator_regular_compare_function()
114 rc = compare_function( result, norm1_p, norm2_p ); in collator_regular_compare_function()
116 zval_ptr_dtor( norm1_p ); in collator_regular_compare_function()

Completed in 6 milliseconds