Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Ducharstriebuilder.cpp137 const UCharsTrieElement *rightElement=static_cast<const UCharsTrieElement *>(right); in compareElementStrings() local
138 return leftElement->compareStringTo(*rightElement, *strings); in compareElementStrings()
Dbytestriebuilder.cpp184 const BytesTrieElement *rightElement=static_cast<const BytesTrieElement *>(right); in compareElementStrings() local
185 return leftElement->compareStringTo(*rightElement, *strings); in compareElementStrings()
/external/icu/icu4c/source/i18n/
Dalphaindex.cpp954 const UElement *rightElement = static_cast<const UElement *>(right); in collatorComparator() local
956 const UnicodeString *rightString = static_cast<const UnicodeString *>(rightElement->pointer); in collatorComparator()
979 const UElement *rightElement = static_cast<const UElement *>(right); in recordCompareFn() local
981 …beticIndex::Record *rightRec = static_cast<const AlphabeticIndex::Record *>(rightElement->pointer); in recordCompareFn()