Home
last modified time | relevance | path

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

/PHP-8.0/ext/intl/collator/
H A Dcollator_compare.c32 UChar* ustr1 = NULL; in PHP_FUNCTION() local
66 &ustr1, &ustr1_len, str1, str1_len, COLLATOR_ERROR_CODE_P( co ) ); in PHP_FUNCTION()
75 if (ustr1) { in PHP_FUNCTION()
76 efree( ustr1 ); in PHP_FUNCTION()
91 if (ustr1) { in PHP_FUNCTION()
92 efree( ustr1 ); in PHP_FUNCTION()
103 ustr1, ustr1_len, in PHP_FUNCTION()
106 if( ustr1 ) in PHP_FUNCTION()
107 efree( ustr1 ); in PHP_FUNCTION()

Completed in 6 milliseconds