HomeSort by relevance Sort by last modified time
    Searched refs:leftElement (Results 1 - 2 of 2) sorted by null

  /external/icu4c/common/
bytestriebuilder.cpp 181 const BytesTrieElement *leftElement=reinterpret_cast<const BytesTrieElement *>(left);
183 return leftElement->compareStringTo(*rightElement, *strings);
ucharstriebuilder.cpp 134 const UCharsTrieElement *leftElement=reinterpret_cast<const UCharsTrieElement *>(left);
136 return leftElement->compareStringTo(*rightElement, *strings);

Completed in 232 milliseconds