OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FinalValueNode
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/common/
stringtriebuilder.cpp
349
FinalValueNode
key(value);
354
Node *newNode=new
FinalValueNode
(value);
401
StringTrieBuilder::
FinalValueNode
::operator==(const Node &other) const {
408
const
FinalValueNode
&o=(const
FinalValueNode
&)other;
413
StringTrieBuilder::
FinalValueNode
::write(StringTrieBuilder &builder) {
/external/icu4c/common/unicode/
stringtriebuilder.h
141
* Makes sure that there is only one unique
FinalValueNode
registered
147
* @return A
FinalValueNode
with the given value.
234
// registerFinalValue() compares a stack-allocated
FinalValueNode
237
// !Node::operator==(other) used inside
FinalValueNode
::operator==(other)
240
class
FinalValueNode
: public Node {
242
FinalValueNode
(int32_t v) : Node(0x111111*37+v), value(v) {}
Completed in 332 milliseconds