Home
last modified time | relevance | path

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

/PHP-8.0/ext/intl/collator/
H A Dcollator_sort.c73 ZEND_ASSERT(INTL_G(current_collator) != NULL); in collator_regular_compare_function()
75 INTL_G(current_collator), in collator_regular_compare_function()
179 ZEND_ASSERT(INTL_G(current_collator) != NULL); in collator_icu_compare_function()
181 INTL_G(current_collator), in collator_icu_compare_function()
295 saved_collator = INTL_G( current_collator ); in collator_sort_internal()
296 INTL_G( current_collator ) = co->ucoll; in collator_sort_internal()
302 INTL_G( current_collator ) = saved_collator; in collator_sort_internal()
/PHP-8.0/ext/intl/
H A Dphp_intl.h47 struct UCollator *current_collator; variable
H A Dphp_intl.c270 INTL_G(current_collator) = NULL; in PHP_RSHUTDOWN_FUNCTION()

Completed in 11 milliseconds