Searched refs:GetSortedKeyIndex (Results 1 – 4 of 4) sorted by relevance
145 int GetSortedKeyIndex(int transition_number) { return transition_number; } in GetSortedKeyIndex() function
2735 int sort_index = array->GetSortedKeyIndex(low); in BinarySearch()2765 int sorted_index = array->GetSortedKeyIndex(number); in LinearSearch()2915 int DescriptorArray::GetSortedKeyIndex(int descriptor_number) { in GetSortedKeyIndex() function2921 return GetKey(GetSortedKeyIndex(descriptor_number)); in GetSortedKey()3048 SetSortedKey(insertion, GetSortedKeyIndex(insertion - 1)); in Append()3056 int first_key = GetSortedKeyIndex(first); in SwapSortedKeys()3057 SetSortedKey(first, GetSortedKeyIndex(second)); in SwapSortedKeys()
2887 inline int GetSortedKeyIndex(int descriptor_number);
6097 int sorted_index = descriptors->GetSortedKeyIndex(0); in GetHiddenPropertiesHashTable()10823 descriptor->SetSortedKeyIndex(GetSortedKeyIndex(index)); in Replace()