Searched refs:UCharsTrieElement (Results 1 - 3 of 3) sorted by relevance

/external/icu4c/common/
H A Ducharstriebuilder.cpp33 class UCharsTrieElement : public UMemory { class in inherits:UMemory
53 int32_t compareStringTo(const UCharsTrieElement &o, const UnicodeString &strings) const;
63 UCharsTrieElement::setTo(const UnicodeString &s, int32_t val,
81 UCharsTrieElement::compareStringTo(const UCharsTrieElement &other, const UnicodeString &strings) const {
111 UCharsTrieElement *newElements=new UCharsTrieElement[newCapacity];
116 uprv_memcpy(newElements, elements, elementsLength*sizeof(UCharsTrieElement));
134 const UCharsTrieElement *leftElement=reinterpret_cast<const UCharsTrieElement *>(lef
[all...]
/external/icu4c/common/unicode/
H A Ducharstriebuilder.h25 class UCharsTrieElement;
161 UCharsTrieElement *elements;
H A Durename.h2229 #define UCharsTrieElement U_ICU_ENTRY_POINT_RENAME(UCharsTrieElement) macro

Completed in 101 milliseconds