Home
last modified time | relevance | path

Searched refs:compareStringTo (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/common/
Ducharstriebuilder.cpp56 int32_t compareStringTo(const UCharsTrieElement &o, const UnicodeString &strings) const;
84 UCharsTrieElement::compareStringTo(const UCharsTrieElement &other, const UnicodeString &strings) co… in compareStringTo() function in UCharsTrieElement
140 return leftElement->compareStringTo(*rightElement, *strings); in compareElementStrings()
Dbytestriebuilder.cpp68 int32_t compareStringTo(const BytesTrieElement &o, const CharString &strings) const;
114 BytesTrieElement::compareStringTo(const BytesTrieElement &other, const CharString &strings) const { in compareStringTo() function in BytesTrieElement
187 return leftElement->compareStringTo(*rightElement, *strings); in compareElementStrings()