Home
last modified time | relevance | path

Searched refs:MARISA_LABEL_ORDER (Results 1 – 10 of 10) sorted by relevance

/external/marisa-trie/lib/marisa/grimoire/trie/
Dconfig.h132 case MARISA_LABEL_ORDER: { in parse_node_order()
133 node_order_ = MARISA_LABEL_ORDER; in parse_node_order()
/external/marisa-trie/include/marisa/
Dbase.h142 MARISA_LABEL_ORDER = 0x10000, enumerator
/external/marisa-trie/tests/
Dmarisa-test.cc166 trie.build(keyset, 1 | MARISA_LABEL_ORDER); in TestTinyTrie()
173 ASSERT(trie.node_order() == MARISA_LABEL_ORDER); in TestTinyTrie()
368 TestTrie(tail_mode, MARISA_LABEL_ORDER, keyset); in TestTrie()
Dtrie-test.cc26 config.parse(10 | MARISA_BINARY_TAIL | MARISA_LABEL_ORDER | in TestConfig()
31 ASSERT(config.node_order() == MARISA_LABEL_ORDER); in TestConfig()
/external/marisa-trie/tools/
Dmarisa-benchmark.cc81 case MARISA_LABEL_ORDER: { in print_config()
369 param_node_order = MARISA_LABEL_ORDER; in main()
Dmarisa-build.cc169 param_node_order = MARISA_LABEL_ORDER; in main()
/external/marisa-trie/bindings/ruby/
Dmarisa-swig.cxx226 if (trie_->node_order() == ::MARISA_LABEL_ORDER) { in node_order()
/external/marisa-trie/bindings/perl/
Dmarisa-swig.cxx226 if (trie_->node_order() == ::MARISA_LABEL_ORDER) { in node_order()
/external/marisa-trie/bindings/
Dmarisa-swig.cxx226 if (trie_->node_order() == ::MARISA_LABEL_ORDER) { in node_order()
/external/marisa-trie/bindings/python/
Dmarisa-swig.cxx226 if (trie_->node_order() == ::MARISA_LABEL_ORDER) { in node_order()