Searched refs:compareStringTo (Results 1 – 2 of 2) sorted by relevance
56 int32_t compareStringTo(const UCharsTrieElement &o, const UnicodeString &strings) const;84 UCharsTrieElement::compareStringTo(const UCharsTrieElement &other, const UnicodeString &strings) co… in compareStringTo() function in UCharsTrieElement140 return leftElement->compareStringTo(*rightElement, *strings); in compareElementStrings()
68 int32_t compareStringTo(const BytesTrieElement &o, const CharString &strings) const;114 BytesTrieElement::compareStringTo(const BytesTrieElement &other, const CharString &strings) const { in compareStringTo() function in BytesTrieElement187 return leftElement->compareStringTo(*rightElement, *strings); in compareElementStrings()