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

/external/icu4c/common/
H A Dbytestriebuilder.cpp184 const BytesTrieElement *rightElement=static_cast<const BytesTrieElement *>(right); local
185 return leftElement->compareStringTo(*rightElement, *strings);
H A Ducharstriebuilder.cpp137 const UCharsTrieElement *rightElement=static_cast<const UCharsTrieElement *>(right); local
138 return leftElement->compareStringTo(*rightElement, *strings);
/external/icu4c/i18n/
H A Dalphaindex.cpp1026 const UElement *rightElement = static_cast<const UElement *>(right); local
1028 const UnicodeString *rightString = static_cast<const UnicodeString *>(rightElement->pointer);
1051 const UElement *rightElement = static_cast<const UElement *>(right); local
1053 const AlphabeticIndex::Record *rightRec = static_cast<const AlphabeticIndex::Record *>(rightElement->pointer);

Completed in 125 milliseconds