OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BTLinearMatchNode
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/common/unicode/
bytestriebuilder.h
142
class
BTLinearMatchNode
: public LinearMatchNode {
144
BTLinearMatchNode
(const char *units, int32_t len, Node *nextNode);
/external/icu4c/common/
bytestriebuilder.cpp
338
BytesTrieBuilder::
BTLinearMatchNode
::
BTLinearMatchNode
(const char *bytes, int32_t len, Node *nextNode)
344
BytesTrieBuilder::
BTLinearMatchNode
::operator==(const Node &other) const {
351
const
BTLinearMatchNode
&o=(const
BTLinearMatchNode
&)other;
356
BytesTrieBuilder::
BTLinearMatchNode
::write(StringTrieBuilder &builder) {
366
return new
BTLinearMatchNode
(
Completed in 223 milliseconds