OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LinearMatchNode
(Results
1 - 6
of
6
) sorted by null
/external/icu4c/common/unicode/
bytestriebuilder.h
136
class BTLinearMatchNode : public
LinearMatchNode
{
ucharstriebuilder.h
140
class UCTLinearMatchNode : public
LinearMatchNode
{
stringtriebuilder.h
277
class
LinearMatchNode
: public ValueNode {
279
LinearMatchNode
(int32_t len, Node *nextNode)
/external/icu4c/common/
stringtriebuilder.cpp
456
StringTrieBuilder::
LinearMatchNode
::operator==(const Node &other) const {
463
const
LinearMatchNode
&o=(const
LinearMatchNode
&)other;
468
StringTrieBuilder::
LinearMatchNode
::markRightEdgesFirst(int32_t edgeNumber) {
bytestriebuilder.cpp
337
:
LinearMatchNode
(len, nextNode), s(bytes) {
346
if(!
LinearMatchNode
::operator==(other)) {
ucharstriebuilder.cpp
285
:
LinearMatchNode
(len, nextNode), s(units) {
294
if(!
LinearMatchNode
::operator==(other)) {
Completed in 27 milliseconds