Home
last modified time | relevance | path

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

/php-src/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()
175 ZEND_ASSERT(INTL_G(current_collator) != NULL); in collator_icu_compare_function()
177 INTL_G(current_collator), in collator_icu_compare_function()
291 saved_collator = INTL_G( current_collator ); in collator_sort_internal()
292 INTL_G( current_collator ) = co->ucoll; in collator_sort_internal()
298 INTL_G( current_collator ) = saved_collator; in collator_sort_internal()
/php-src/ext/intl/
H A Dphp_intl.h47 struct UCollator *current_collator; variable
H A Dphp_intl.c240 INTL_G(current_collator) = NULL; in PHP_RSHUTDOWN_FUNCTION()

Completed in 9 milliseconds