OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:marisa_build
(Results
1 - 3
of
3
) sorted by null
/external/marisa-trie/tests/
c-test.c
17
ASSERT(
marisa_build
(NULL, NULL, 0, NULL, NULL, NULL, 0) ==
111
ASSERT(
marisa_build
(trie, NULL, 0, NULL, NULL, NULL, 0) == MARISA_OK);
123
ASSERT(
marisa_build
(trie, keys, 5, NULL, NULL, key_ids,
158
ASSERT(
marisa_build
(trie, keys, 5, NULL, NULL, key_ids,
/external/marisa-trie/lib/marisa/
trie-c.cc
80
marisa_status
marisa_build
(marisa_trie *h, const char * const *keys,
function
trie.h
321
marisa_status
marisa_build
(marisa_trie *h, const char * const *keys,
Completed in 203 milliseconds