OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UCharsTrieElement
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/common/
ucharstriebuilder.cpp
36
class
UCharsTrieElement
: public UMemory {
56
int32_t compareStringTo(const
UCharsTrieElement
&o, const UnicodeString &strings) const;
66
UCharsTrieElement
::setTo(const UnicodeString &s, int32_t val,
84
UCharsTrieElement
::compareStringTo(const
UCharsTrieElement
&other, const UnicodeString &strings) const {
114
UCharsTrieElement
*newElements=new
UCharsTrieElement
[newCapacity];
120
uprv_memcpy(newElements, elements, (size_t)elementsLength*sizeof(
UCharsTrieElement
));
138
const
UCharsTrieElement
*leftElement=static_cast<const
UCharsTrieElement
*>(left)
[
all
...]
/external/icu/icu4c/source/common/unicode/
ucharstriebuilder.h
32
class
UCharsTrieElement
;
174
UCharsTrieElement
*elements;
Completed in 48 milliseconds