HomeSort by relevance Sort by last modified time
    Searched refs:UCharsTrieElement (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/common/
ucharstriebuilder.cpp 34 class UCharsTrieElement : public UMemory {
54 int32_t compareStringTo(const UCharsTrieElement &o, const UnicodeString &strings) const;
64 UCharsTrieElement::setTo(const UnicodeString &s, int32_t val,
82 UCharsTrieElement::compareStringTo(const UCharsTrieElement &other, const UnicodeString &strings) const {
112 UCharsTrieElement *newElements=new UCharsTrieElement[newCapacity];
118 uprv_memcpy(newElements, elements, elementsLength*sizeof(UCharsTrieElement));
136 const UCharsTrieElement *leftElement=static_cast<const UCharsTrieElement *>(left)
    [all...]
  /external/icu/icu4c/source/common/unicode/
ucharstriebuilder.h 30 class UCharsTrieElement;
172 UCharsTrieElement *elements;

Completed in 187 milliseconds