Home
last modified time | relevance | path

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

/PHP-7.4/ext/intl/collator/
H A Dcollator_compare.c39 UChar* ustr1 = NULL; in PHP_FUNCTION() local
76 &ustr1, &ustr1_len, str1, str1_len, COLLATOR_ERROR_CODE_P( co ) ); in PHP_FUNCTION()
85 if (ustr1) { in PHP_FUNCTION()
86 efree( ustr1 ); in PHP_FUNCTION()
101 if (ustr1) { in PHP_FUNCTION()
102 efree( ustr1 ); in PHP_FUNCTION()
113 ustr1, ustr1_len, in PHP_FUNCTION()
116 if( ustr1 ) in PHP_FUNCTION()
117 efree( ustr1 ); in PHP_FUNCTION()

Completed in 4 milliseconds