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

/external/marisa-trie/tools/
H A Dmarisa-find.cc67 void find_last(const marisa::Trie &trie, const std::string &str) { function in namespace:__anon22974
69 const marisa::UInt32 key_id = trie.find_last(str, &length);
121 find_last(trie, str);
/external/marisa-trie/v0_1_5/tools/
H A Dmarisa_alpha-find.cc67 void find_last(const marisa_alpha::Trie &trie, const std::string &str) { function in namespace:__anon22987
69 const marisa_alpha::UInt32 key_id = trie.find_last(str, &length);
121 find_last(trie, str);
/external/marisa-trie/lib/marisa/
H A Dtrie-inline.h47 inline UInt32 Trie::find_last(const std::string &str, function in class:marisa::Trie
49 return find_last(str.c_str(), str.length(), key_length);
H A Dtrie-search.cc128 UInt32 Trie::find_last(const char *str, function in class:marisa::Trie
135 UInt32 Trie::find_last(const char *ptr, std::size_t length, function in class:marisa::Trie
/external/marisa-trie/v0_1_5/lib/marisa_alpha/
H A Dtrie-inline.h47 inline UInt32 Trie::find_last(const std::string &str, function in class:marisa_alpha::Trie
49 return find_last(str.c_str(), str.length(), key_length);
H A Dtrie-search.cc132 UInt32 Trie::find_last(const char *str, function in class:marisa_alpha::Trie
139 UInt32 Trie::find_last(const char *ptr, std::size_t length, function in class:marisa_alpha::Trie

Completed in 96 milliseconds