Searched refs:rightElement (Results 1 – 6 of 6) sorted by relevance
139 const UCharsTrieElement *rightElement=static_cast<const UCharsTrieElement *>(right); in compareElementStrings() local140 return leftElement->compareStringTo(*rightElement, *strings); in compareElementStrings()
186 const BytesTrieElement *rightElement=static_cast<const BytesTrieElement *>(right); in compareElementStrings() local187 return leftElement->compareStringTo(*rightElement, *strings); in compareElementStrings()
945 const UElement *rightElement = static_cast<const UElement *>(right); in collatorComparator() local947 const UnicodeString *rightString = static_cast<const UnicodeString *>(rightElement->pointer); in collatorComparator()970 const UElement *rightElement = static_cast<const UElement *>(right); in recordCompareFn() local972 …beticIndex::Record *rightRec = static_cast<const AlphabeticIndex::Record *>(rightElement->pointer); in recordCompareFn()