Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Ducharstriebuilder.cpp34 class UCharsTrieElement : public UMemory { class
54 int32_t compareStringTo(const UCharsTrieElement &o, const UnicodeString &strings) const;
64 UCharsTrieElement::setTo(const UnicodeString &s, int32_t val, in setTo()
82 UCharsTrieElement::compareStringTo(const UCharsTrieElement &other, const UnicodeString &strings) co… in compareStringTo()
112 UCharsTrieElement *newElements=new UCharsTrieElement[newCapacity]; in add()
118 uprv_memcpy(newElements, elements, elementsLength*sizeof(UCharsTrieElement)); in add()
136 const UCharsTrieElement *leftElement=static_cast<const UCharsTrieElement *>(left); in compareElementStrings()
137 const UCharsTrieElement *rightElement=static_cast<const UCharsTrieElement *>(right); in compareElementStrings()
187 uprv_sortArray(elements, elementsLength, (int32_t)sizeof(UCharsTrieElement), in buildUChars()
244 const UCharsTrieElement &firstElement=elements[first]; in getLimitOfLinearMatch()
[all …]
/external/icu/icu4c/source/common/unicode/
Ducharstriebuilder.h30 class UCharsTrieElement; variable
172 UCharsTrieElement *elements;