OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SplitBranchNode
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/common/
stringtriebuilder.cpp
311
new
SplitBranchNode
(middleUnits[ltLength], lessThan[ltLength], node), errorCode);
556
StringTrieBuilder::
SplitBranchNode
::operator==(const Node &other) const {
563
const
SplitBranchNode
&o=(const
SplitBranchNode
&)other;
568
StringTrieBuilder::
SplitBranchNode
::markRightEdgesFirst(int32_t edgeNumber) {
578
StringTrieBuilder::
SplitBranchNode
::write(StringTrieBuilder &builder) {
/external/icu4c/common/unicode/
stringtriebuilder.h
354
class
SplitBranchNode
: public BranchNode {
356
SplitBranchNode
(UChar middleUnit, Node *lessThanNode, Node *greaterOrEqualNode)
Completed in 95 milliseconds