Home
last modified time | relevance | path

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

/PHP-8.0/ext/intl/
H A Dphp_intl.c92 if( INTL_G(default_locale) == NULL ) { in ZEND_DECLARE_MODULE_GLOBALS()
95 return INTL_G(default_locale); in ZEND_DECLARE_MODULE_GLOBALS()
270 INTL_G(current_collator) = NULL; in PHP_RSHUTDOWN_FUNCTION()
271 if (INTL_G(grapheme_iterator)) { in PHP_RSHUTDOWN_FUNCTION()
273 INTL_G(grapheme_iterator) = NULL; in PHP_RSHUTDOWN_FUNCTION()
H A Dintl_error.c35 return &INTL_G( g_error );
96 if( INTL_G( error_level ) ) in intl_error_set_custom_msg()
97 php_error_docref( NULL, INTL_G( error_level ), "%s", msg ); in intl_error_set_custom_msg()
98 if( INTL_G( use_exceptions ) ) in intl_error_set_custom_msg()
H A Dphp_intl.h62 #define INTL_G(v) ZEND_MODULE_GLOBALS_ACCESSOR(intl, v) macro
/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()
201 if( INTL_G(compare_func)( &result, first, second) == FAILURE ) in collator_compare_func()
286 INTL_G(compare_func) = collator_get_compare_function( sort_flags ); in collator_sort_internal()
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/grapheme/
H A Dgrapheme_util.c41 UBreakIterator *global_break_iterator = INTL_G( grapheme_iterator ); in ZEND_EXTERN_MODULE_GLOBALS()
376 UBreakIterator *global_break_iterator = INTL_G( grapheme_iterator ); in grapheme_get_break_iterator()
386 INTL_G(grapheme_iterator) = global_break_iterator; in grapheme_get_break_iterator()

Completed in 11 milliseconds