HomeSort by relevance Sort by last modified time
    Searched defs:FIND_FIRST (Results 1 - 3 of 3) sorted by null

  /external/marisa-trie/tools/
marisa-find.cc 15 FIND_FIRST,
56 void find_first(const marisa::Trie &trie, const std::string &str) { function in namespace:__anon12148
58 const marisa::UInt32 key_id = trie.find_first(str, &length);
116 case FIND_FIRST: {
117 find_first(trie, str);
179 find_mode = FIND_FIRST;
  /external/marisa-trie/v0_1_5/tools/
marisa_alpha-find.cc 15 FIND_FIRST,
56 void find_first(const marisa_alpha::Trie &trie, const std::string &str) { function in namespace:__anon12161
58 const marisa_alpha::UInt32 key_id = trie.find_first(str, &length);
116 case FIND_FIRST: {
117 find_first(trie, str);
180 find_mode = FIND_FIRST;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.text_3.5.0.v20100601-1300.jar 

Completed in 586 milliseconds