Home
last modified time | relevance | path

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

/PHP-7.4/ext/intl/collator/
H A Dcollator_sort.c61 zval *norm1_p = NULL, *norm2_p = NULL; in collator_regular_compare_function() local
103 norm1_p = collator_convert_zstr_utf16_to_utf8( str1_p, &norm1 ); in collator_regular_compare_function()
112 norm1_p = num1_p; in collator_regular_compare_function()
122 norm1_p = collator_normalize_sort_argument( str1_p, &norm1 ); in collator_regular_compare_function()
128 rc = compare_function( result, norm1_p, norm2_p ); in collator_regular_compare_function()
130 zval_ptr_dtor( norm1_p ); in collator_regular_compare_function()

Completed in 6 milliseconds