Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/common/
H A Ducharstriebuilder.cpp36 class UCharsTrieElement : public UMemory { class
56 int32_t compareStringTo(const UCharsTrieElement &o, const UnicodeString &strings) const;
66 UCharsTrieElement::setTo(const UnicodeString &s, int32_t val, in setTo()
84 UCharsTrieElement::compareStringTo(const UCharsTrieElement &other, const UnicodeString &strings) const { in compareStringTo()
114 UCharsTrieElement *newElements=new UCharsTrieElement[newCapacity]; in add()
120 uprv_memcpy(newElements, elements, (size_t)elementsLength*sizeof(UCharsTrieElement)); in add()
138 const UCharsTrieElement *leftElement=static_cast<const UCharsTrieElement *>(lef in compareElementStrings()
[all...]
/third_party/node/deps/icu-small/source/common/
H A Ducharstriebuilder.cpp36 class UCharsTrieElement : public UMemory { class
56 int32_t compareStringTo(const UCharsTrieElement &o, const UnicodeString &strings) const;
66 UCharsTrieElement::setTo(const UnicodeString &s, int32_t val, in setTo()
84 UCharsTrieElement::compareStringTo(const UCharsTrieElement &other, const UnicodeString &strings) const { in compareStringTo()
114 UCharsTrieElement *newElements=new UCharsTrieElement[newCapacity]; in add()
120 uprv_memcpy(newElements, elements, (size_t)elementsLength*sizeof(UCharsTrieElement)); in add()
138 const UCharsTrieElement *leftElement=static_cast<const UCharsTrieElement *>(lef in compareElementStrings()
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Ducharstriebuilder.cpp36 class UCharsTrieElement : public UMemory { class
56 int32_t compareStringTo(const UCharsTrieElement &o, const UnicodeString &strings) const;
66 UCharsTrieElement::setTo(const UnicodeString &s, int32_t val, in setTo()
84 UCharsTrieElement::compareStringTo(const UCharsTrieElement &other, const UnicodeString &strings) const { in compareStringTo()
114 UCharsTrieElement *newElements=new UCharsTrieElement[newCapacity]; in add()
120 uprv_memcpy(newElements, elements, (size_t)elementsLength*sizeof(UCharsTrieElement)); in add()
138 const UCharsTrieElement *leftElement=static_cast<const UCharsTrieElement *>(lef in compareElementStrings()
[all...]
/third_party/icu/icu4c/source/common/unicode/
H A Ducharstriebuilder.h35 class UCharsTrieElement;
178 UCharsTrieElement *elements;
/third_party/node/deps/icu-small/source/common/unicode/
H A Ducharstriebuilder.h35 class UCharsTrieElement;
178 UCharsTrieElement *elements;
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Ducharstriebuilder.h35 class UCharsTrieElement;
178 UCharsTrieElement *elements;

Completed in 4 milliseconds