Home
last modified time | relevance | path

Searched refs:address_phrase_is_ignorable_for_components (Results 1 – 2 of 2) sorted by relevance

/dports/misc/libpostal/libpostal-1.1-alpha/src/
H A Dexpand.c676 inline bool address_phrase_is_ignorable_for_components(phrase_t phrase, uint32_t address_components… in address_phrase_is_ignorable_for_components() function
844 …bool phrase_is_strictly_ignorable = address_phrase_is_ignorable_for_components(phrase, options.add… in add_string_alternatives_phrase_option()
968 …bool current_phrase_have_ignorable = delete_phrases && address_phrase_is_ignorable_for_components(… in add_string_alternatives_phrase_option()
1014 …skip_edge_phrase = !(address_phrase_is_ignorable_for_components(other_phrase, options.address_comp… in add_string_alternatives_phrase_option()
1020 …skip_edge_phrase = other_phrase_is_ignorable && address_phrase_is_ignorable_for_components(phrase,… in add_string_alternatives_phrase_option()
1025 …skip_edge_phrase = !(address_phrase_is_ignorable_for_components(other_phrase, options.address_comp… in add_string_alternatives_phrase_option()
1054 …skip_edge_phrase = !(address_phrase_is_ignorable_for_components(other_phrase, options.address_comp… in add_string_alternatives_phrase_option()
1059 …skip_edge_phrase = other_phrase_is_ignorable && address_phrase_is_ignorable_for_components(phrase,… in add_string_alternatives_phrase_option()
H A Dexpand.h46 bool address_phrase_is_ignorable_for_components(phrase_t phrase, uint32_t address_components);