Searched refs:GetSortedKeyIndex (Results 1 – 4 of 4) sorted by relevance
64 int GetSortedKeyIndex(int transition_number) { return transition_number; } in GetSortedKeyIndex() function
2262 int sort_index = array->GetSortedKeyIndex(low); in BinarySearch()2284 int sorted_index = array->GetSortedKeyIndex(number); in LinearSearch()2402 int DescriptorArray::GetSortedKeyIndex(int descriptor_number) { in GetSortedKeyIndex() function2408 return GetKey(GetSortedKeyIndex(descriptor_number)); in GetSortedKey()2533 SetSortedKey(insertion, GetSortedKeyIndex(insertion - 1)); in Append()2552 SetSortedKey(insertion, GetSortedKeyIndex(insertion - 1)); in Append()2560 int first_key = GetSortedKeyIndex(first); in SwapSortedKeys()2561 SetSortedKey(first, GetSortedKeyIndex(second)); in SwapSortedKeys()
3268 inline int GetSortedKeyIndex(int descriptor_number);
4974 int sorted_index = descriptors->GetSortedKeyIndex(0); in GetHiddenPropertiesHashTable()5050 int sorted_index = descriptors->GetSortedKeyIndex(0); in SetHiddenPropertiesHashTable()