INTL_G             74 ext/intl/collator/collator_sort.c 		co = (Collator_object *) zend_object_store_get_object( INTL_G(current_collator) TSRMLS_CC );
INTL_G            191 ext/intl/collator/collator_sort.c 	co = (Collator_object *) zend_object_store_get_object( INTL_G(current_collator) TSRMLS_CC );
INTL_G            224 ext/intl/collator/collator_sort.c 	if( INTL_G(compare_func)( &result, first, second TSRMLS_CC) == FAILURE )
INTL_G            313 ext/intl/collator/collator_sort.c 	INTL_G(compare_func) = collator_get_compare_function( sort_flags );
INTL_G            322 ext/intl/collator/collator_sort.c 	saved_collator = INTL_G( current_collator );
INTL_G            323 ext/intl/collator/collator_sort.c 	INTL_G( current_collator ) = object;
INTL_G            329 ext/intl/collator/collator_sort.c 	INTL_G( current_collator ) = saved_collator;
INTL_G             43 ext/intl/grapheme/grapheme_util.c 	UBreakIterator *global_break_iterator = INTL_G( grapheme_iterator );
INTL_G            381 ext/intl/grapheme/grapheme_util.c 	UBreakIterator *global_break_iterator = INTL_G( grapheme_iterator );
INTL_G            391 ext/intl/grapheme/grapheme_util.c 		INTL_G(grapheme_iterator) = global_break_iterator;
INTL_G             39 ext/intl/intl_error.c 	return &INTL_G( g_error );
INTL_G            110 ext/intl/intl_error.c 		if( INTL_G( error_level ) )
INTL_G            111 ext/intl/intl_error.c 			php_error_docref( NULL TSRMLS_CC, INTL_G( error_level ), "%s", msg );
INTL_G            112 ext/intl/intl_error.c 		if( INTL_G( use_exceptions ) )
INTL_G            121 ext/intl/php_intl.c 	if( INTL_G(default_locale) == NULL ) {
INTL_G            124 ext/intl/php_intl.c 	return INTL_G(default_locale);
INTL_G           1035 ext/intl/php_intl.c 	if(INTL_G(current_collator)) {
INTL_G           1036 ext/intl/php_intl.c 		INTL_G(current_collator) = NULL;
INTL_G           1038 ext/intl/php_intl.c 	if (INTL_G(grapheme_iterator)) {
INTL_G           1040 ext/intl/php_intl.c 		INTL_G(grapheme_iterator) = NULL;