Searched refs:GetSortedKeyIndex (Results 1 – 4 of 4) sorted by relevance
41 int GetSortedKeyIndex(int transition_number) { return transition_number; } in GetSortedKeyIndex() function
2781 int sort_index = array->GetSortedKeyIndex(low); in BinarySearch()2803 int sorted_index = array->GetSortedKeyIndex(number); in LinearSearch()2934 int DescriptorArray::GetSortedKeyIndex(int descriptor_number) { in GetSortedKeyIndex() function2940 return GetKey(GetSortedKeyIndex(descriptor_number)); in GetSortedKey()3071 SetSortedKey(insertion, GetSortedKeyIndex(insertion - 1)); in Append()3079 int first_key = GetSortedKeyIndex(first); in SwapSortedKeys()3080 SetSortedKey(first, GetSortedKeyIndex(second)); in SwapSortedKeys()
2968 inline int GetSortedKeyIndex(int descriptor_number);
4705 int sorted_index = descriptors->GetSortedKeyIndex(0); in GetHiddenPropertiesHashTable()7802 descriptor->SetSortedKeyIndex(GetSortedKeyIndex(index)); in Replace()