Home
last modified time | relevance | path

Searched refs:rightElement (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/common/
Ducharstriebuilder.cpp139 const UCharsTrieElement *rightElement=static_cast<const UCharsTrieElement *>(right); in compareElementStrings() local
140 return leftElement->compareStringTo(*rightElement, *strings); in compareElementStrings()
Dbytestriebuilder.cpp186 const BytesTrieElement *rightElement=static_cast<const BytesTrieElement *>(right); in compareElementStrings() local
187 return leftElement->compareStringTo(*rightElement, *strings); in compareElementStrings()
/external/icu/icu4c/source/i18n/
Dalphaindex.cpp956 const UElement *rightElement = static_cast<const UElement *>(right); in collatorComparator() local
958 const UnicodeString *rightString = static_cast<const UnicodeString *>(rightElement->pointer); in collatorComparator()
981 const UElement *rightElement = static_cast<const UElement *>(right); in recordCompareFn() local
983 …beticIndex::Record *rightRec = static_cast<const AlphabeticIndex::Record *>(rightElement->pointer); in recordCompareFn()