OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:marisa_read
(Results
1 - 4
of
4
) sorted by null
/external/marisa-trie/tests/
c-test.c
25
ASSERT(
marisa_read
(NULL, 0) == MARISA_HANDLE_ERROR);
/external/marisa-trie/lib/marisa/
trie-c.cc
128
marisa_status
marisa_read
(marisa_trie *h, int fd) {
function
trie.h
332
marisa_status
marisa_read
(marisa_trie *h, int fd);
/external/marisa-trie/
android_diff.txt
196
-marisa_status
marisa_read
(marisa_trie *h, int fd) try {
197
+marisa_status
marisa_read
(marisa_trie *h, int fd) {
Completed in 51 milliseconds