Home
last modified time | relevance | path

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

/PHP-8.0/ext/intl/collator/
H A Dcollator_compare.c33 UChar* ustr2 = NULL; in PHP_FUNCTION() local
82 &ustr2, &ustr2_len, str2, str2_len, COLLATOR_ERROR_CODE_P( co ) ); in PHP_FUNCTION()
94 if (ustr2) { in PHP_FUNCTION()
95 efree( ustr2 ); in PHP_FUNCTION()
104 ustr2, ustr2_len ); in PHP_FUNCTION()
108 if( ustr2 ) in PHP_FUNCTION()
109 efree( ustr2 ); in PHP_FUNCTION()

Completed in 5 milliseconds