Searched refs:rightElement (Results 1 – 3 of 3) sorted by relevance
137 const UCharsTrieElement *rightElement=static_cast<const UCharsTrieElement *>(right); in compareElementStrings() local138 return leftElement->compareStringTo(*rightElement, *strings); in compareElementStrings()
184 const BytesTrieElement *rightElement=static_cast<const BytesTrieElement *>(right); in compareElementStrings() local185 return leftElement->compareStringTo(*rightElement, *strings); in compareElementStrings()
954 const UElement *rightElement = static_cast<const UElement *>(right); in collatorComparator() local956 const UnicodeString *rightString = static_cast<const UnicodeString *>(rightElement->pointer); in collatorComparator()979 const UElement *rightElement = static_cast<const UElement *>(right); in recordCompareFn() local981 …beticIndex::Record *rightRec = static_cast<const AlphabeticIndex::Record *>(rightElement->pointer); in recordCompareFn()