Home
last modified time | relevance | path

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

/dports/misc/libpostal/libpostal-1.1-alpha/src/
H A Dtrie_search.h33 bool trie_search_with_phrases(trie_t *self, char *text, phrase_array **phrases);
H A Dgeodb.c168 return trie_search_with_phrases(geodb->names, str, phrases); in search_geodb_with_phrases()
H A Dtrie_search.c177 inline bool trie_search_with_phrases(trie_t *self, char *str, phrase_array **phrases) { in trie_search_with_phrases() function
183 if (!trie_search_with_phrases(self, text, &phrases)) { in trie_search()