sortKeyIndxSize   372 ext/intl/collator/collator_sort.c 	uint32_t    sortKeyIndxSize      = sizeof( collator_sort_key_index_t );
sortKeyIndxSize   480 ext/intl/collator/collator_sort.c 		if( ( sortKeyCount + 1 ) * sortKeyIndxSize > sortKeyIndxBufSize )
sortKeyIndxSize   482 ext/intl/collator/collator_sort.c 			bufIncrement = ( sortKeyIndxSize > DEF_SORT_KEYS_INDX_BUF_INCREMENT ) ? sortKeyIndxSize : DEF_SORT_KEYS_INDX_BUF_INCREMENT;
sortKeyIndxSize   504 ext/intl/collator/collator_sort.c 	zend_qsort( sortKeyIndxBuf, sortKeyCount, sortKeyIndxSize, collator_cmp_sort_keys TSRMLS_CC );