sortKeyIndxSize   379 ext/intl/collator/collator_sort.c 	uint32_t    sortKeyIndxSize      = sizeof( collator_sort_key_index_t );
sortKeyIndxSize   483 ext/intl/collator/collator_sort.c 		if( ( sortKeyCount + 1 ) * sortKeyIndxSize > sortKeyIndxBufSize )
sortKeyIndxSize   485 ext/intl/collator/collator_sort.c 			bufIncrement = ( sortKeyIndxSize > DEF_SORT_KEYS_INDX_BUF_INCREMENT ) ? sortKeyIndxSize : DEF_SORT_KEYS_INDX_BUF_INCREMENT;
sortKeyIndxSize   507 ext/intl/collator/collator_sort.c 			sortKeyIndxSize, collator_cmp_sort_keys, (swap_func_t)collator_sortkey_swap);