Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Ducharstriebuilder.cpp54 int32_t compareStringTo(const UCharsTrieElement &o, const UnicodeString &strings) const;
82 UCharsTrieElement::compareStringTo(const UCharsTrieElement &other, const UnicodeString &strings) co… in compareStringTo() function in UCharsTrieElement
138 return leftElement->compareStringTo(*rightElement, *strings); in compareElementStrings()
Dbytestriebuilder.cpp66 int32_t compareStringTo(const BytesTrieElement &o, const CharString &strings) const;
112 BytesTrieElement::compareStringTo(const BytesTrieElement &other, const CharString &strings) const { in compareStringTo() function in BytesTrieElement
185 return leftElement->compareStringTo(*rightElement, *strings); in compareElementStrings()