Home
last modified time | relevance | path

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

/PHP-7.4/ext/intl/collator/
H A Dcollator_compare.c40 UChar* ustr2 = NULL; in PHP_FUNCTION() local
92 &ustr2, &ustr2_len, str2, str2_len, COLLATOR_ERROR_CODE_P( co ) ); in PHP_FUNCTION()
104 if (ustr2) { in PHP_FUNCTION()
105 efree( ustr2 ); in PHP_FUNCTION()
114 ustr2, ustr2_len ); in PHP_FUNCTION()
118 if( ustr2 ) in PHP_FUNCTION()
119 efree( ustr2 ); in PHP_FUNCTION()

Completed in 6 milliseconds