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
136
class
BTLinearMatchNode
: public LinearMatchNode {
138
BTLinearMatchNode
(const char *units, int32_t len, Node *nextNode);
/external/icu4c/common/
bytestriebuilder.cpp
336
BytesTrieBuilder::
BTLinearMatchNode
::
BTLinearMatchNode
(const char *bytes, int32_t len, Node *nextNode)
342
BytesTrieBuilder::
BTLinearMatchNode
::operator==(const Node &other) const {
349
const
BTLinearMatchNode
&o=(const
BTLinearMatchNode
&)other;
354
BytesTrieBuilder::
BTLinearMatchNode
::write(StringTrieBuilder &builder) {
364
return new
BTLinearMatchNode
(
Completed in 29 milliseconds