Home
last modified time | relevance | path

Searched defs:find_last (Results 1 – 6 of 6) sorted by relevance

/external/marisa-trie/tools/
Dmarisa-find.cc67 void find_last(const marisa::Trie &trie, const std::string &str) { in find_last() function
/external/marisa-trie/v0_1_5/tools/
Dmarisa_alpha-find.cc67 void find_last(const marisa_alpha::Trie &trie, const std::string &str) { in find_last() function
/external/marisa-trie/v0_1_5/lib/marisa_alpha/
Dtrie-search.cc132 UInt32 Trie::find_last(const char *str, in find_last() function in marisa_alpha::Trie
139 UInt32 Trie::find_last(const char *ptr, std::size_t length, in find_last() function in marisa_alpha::Trie
Dtrie-inline.h47 inline UInt32 Trie::find_last(const std::string &str, in find_last() function
/external/marisa-trie/lib/marisa/
Dtrie-search.cc128 UInt32 Trie::find_last(const char *str, in find_last() function in marisa::Trie
135 UInt32 Trie::find_last(const char *ptr, std::size_t length, in find_last() function in marisa::Trie
Dtrie-inline.h47 inline UInt32 Trie::find_last(const std::string &str, in find_last() function