Home
last modified time | relevance | path

Searched refs:find_all (Results 1 – 3 of 3) sorted by relevance

/external/pcre/dist/
Dpcredemo.c55 int find_all; in main() local
73 find_all = 0; in main()
76 if (strcmp(argv[i], "-g") == 0) find_all = 1; in main()
256 if (!find_all) /* Check for -g */ in main()
/external/marisa-trie/tools/
Dmarisa-find.cc39 void find_all(const marisa::Trie &trie, const std::string &str) { in find_all() function
113 find_all(trie, str); in find()
/external/marisa-trie/v0_1_5/tools/
Dmarisa_alpha-find.cc39 void find_all(const marisa_alpha::Trie &trie, const std::string &str) { in find_all() function
113 find_all(trie, str); in find()