Home
last modified time | relevance | path

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

/php-src/ext/intl/
H A Dphp_intl.c91 if( INTL_G(default_locale) == NULL ) { in ZEND_DECLARE_MODULE_GLOBALS()
94 return INTL_G(default_locale); in ZEND_DECLARE_MODULE_GLOBALS()
240 INTL_G(current_collator) = NULL; in PHP_RSHUTDOWN_FUNCTION()
241 if (INTL_G(grapheme_iterator)) { in PHP_RSHUTDOWN_FUNCTION()
243 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-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()
197 if( INTL_G(compare_func)( &result, first, second) == FAILURE ) in collator_compare_func()
282 INTL_G(compare_func) = collator_get_compare_function( sort_flags ); in collator_sort_internal()
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/grapheme/
H A Dgrapheme_util.c41 UBreakIterator *global_break_iterator = INTL_G( grapheme_iterator ); in ZEND_EXTERN_MODULE_GLOBALS()
375 UBreakIterator *global_break_iterator = INTL_G( grapheme_iterator ); in grapheme_get_break_iterator()
385 INTL_G(grapheme_iterator) = global_break_iterator; in grapheme_get_break_iterator()

Completed in 15 milliseconds