Searched refs:UCharsTrieElement (Results 1 – 8 of 8) sorted by relevance
/third_party/icu/icu4c/source/common/ |
D | ucharstriebuilder.cpp | 36 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) co… 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 *>(left); in compareElementStrings() 139 const UCharsTrieElement *rightElement=static_cast<const UCharsTrieElement *>(right); in compareElementStrings() 189 uprv_sortArray(elements, elementsLength, (int32_t)sizeof(UCharsTrieElement), in buildUChars() 246 const UCharsTrieElement &firstElement=elements[first]; in getLimitOfLinearMatch() [all …]
|
/third_party/node/deps/icu-small/source/common/ |
D | ucharstriebuilder.cpp | 36 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) co… 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 *>(left); in compareElementStrings() 139 const UCharsTrieElement *rightElement=static_cast<const UCharsTrieElement *>(right); in compareElementStrings() 189 uprv_sortArray(elements, elementsLength, (int32_t)sizeof(UCharsTrieElement), in buildUChars() 246 const UCharsTrieElement &firstElement=elements[first]; in getLimitOfLinearMatch() [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | ucharstriebuilder.cpp | 36 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) co… 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 *>(left); in compareElementStrings() 139 const UCharsTrieElement *rightElement=static_cast<const UCharsTrieElement *>(right); in compareElementStrings() 189 uprv_sortArray(elements, elementsLength, (int32_t)sizeof(UCharsTrieElement), in buildUChars() 246 const UCharsTrieElement &firstElement=elements[first]; in getLimitOfLinearMatch() [all …]
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | ucharstriebuilder.cpp | 36 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) co… 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 *>(left); in compareElementStrings() 139 const UCharsTrieElement *rightElement=static_cast<const UCharsTrieElement *>(right); in compareElementStrings() 189 uprv_sortArray(elements, elementsLength, (int32_t)sizeof(UCharsTrieElement), in buildUChars() 246 const UCharsTrieElement &firstElement=elements[first]; in getLimitOfLinearMatch() [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/ |
D | ucharstriebuilder.h | 32 class UCharsTrieElement; variable 174 UCharsTrieElement *elements;
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | ucharstriebuilder.h | 35 class UCharsTrieElement; variable 178 UCharsTrieElement *elements;
|
/third_party/icu/icu4c/source/common/unicode/ |
D | ucharstriebuilder.h | 35 class UCharsTrieElement; variable 178 UCharsTrieElement *elements;
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | ucharstriebuilder.h | 35 class UCharsTrieElement; variable 178 UCharsTrieElement *elements;
|