Home
last modified time | relevance | path

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

/dports/misc/libpostal/libpostal-1.1-alpha/src/
H A Dexpand.c990 phrase_t other_phrase; in add_string_alternatives_phrase_option() local
1004 other_phrase = other_phrase_lang.phrase; in add_string_alternatives_phrase_option()
1006 …other_phrase.start = %u, other_phrase.len = %u, lang=%s\n", other_phrase.start, other_phrase.len, … in add_string_alternatives_phrase_option()
1008 if (other_phrase.start + other_phrase.len == num_tokens) { in add_string_alternatives_phrase_option()
1019other_phrase, options.address_components) || (address_phrase_in_dictionary(other_phrase, DICTIONAR… in add_string_alternatives_phrase_option()
1025other_phrase, options.address_components) && !((address_phrase_has_canonical_interpretation(other_… in add_string_alternatives_phrase_option()
1043 other_phrase = other_phrase_lang.phrase; in add_string_alternatives_phrase_option()
1045 …other_phrase.start = %u, other_phrase.len = %u, lang=%s\n", other_phrase.start, other_phrase.len, … in add_string_alternatives_phrase_option()
1046 …if (other_phrase.start + other_phrase.len <= phrase.start && string_equals(other_phrase_lang.langu… in add_string_alternatives_phrase_option()
1047 if (other_phrase.start == 0) { in add_string_alternatives_phrase_option()
[all …]
/dports/devel/py-castellan/castellan-3.10.0/castellan/tests/unit/objects/
H A Dtest_passphrase.py82 other_phrase = passphrase.Passphrase(b"other passphrase", self.name)
83 self.assertTrue(self.passphrase != other_phrase)