Home
last modified time | relevance | path

Searched refs:get_str3 (Results 1 – 11 of 11) sorted by relevance

/dports/devel/libepp-nicbr/libepp-nicbr-1.18/src/shepp/
H A DSheppPrint.H94 if (postal.get_str3() != "") { in postal_info()
95 printf(" str3: [%s]\n", postal.get_str3().c_str()); in postal_info()
H A DSheppObjSet.H550 postal.get_str3() == "" && in postalInfo()
/dports/devel/libepp-nicbr/libepp-nicbr-1.18/src/lib/
H A DContactCreate.cpp94 if (postal_info[i].get_str3() == "") { in set_xml_template()
97 str3 = "<contact:street>" + su.esc_xml_markup(postal_info[i].get_str3()) + in set_xml_template()
H A DDomainCreate.cpp122 if (!postalInfo.get_str3().empty()) { in fill_holder_output()
124 su.esc_xml_markup(postalInfo.get_str3()) + "</mark:street>"; in fill_holder_output()
184 if (!postalInfo.get_str3().empty()) { in fill_contact_output()
186 su.esc_xml_markup(postalInfo.get_str3()) + "</mark:street>"; in fill_contact_output()
H A DContactUpdate.cpp194 su.esc_xml_markup(postal_info[i].get_str3()) + "</contact:street>"; in set_xml_template()
H A DDomParserCommon.cpp165 } else if (postal_info->get_str3() == "") { in fill_postal_info()
H A DDomParser.cpp4358 } else if (postalInfo.get_str3() == "") { in fill_mark_addr_rsp()
/dports/devel/libepp-nicbr/libepp-nicbr-1.18/unit_test/
H A DContactInfoTest.cpp299 if (postal_info[i].get_str3() == "") { in response_test()
302 str3 = "<contact:street>" + postal_info[i].get_str3() + in response_test()
H A DBrOrgInfoTest.cpp360 if (postal_info[i].get_str3() == "") { in response_test()
364 str3 = "<contact:street>" + postal_info[i].get_str3() + in response_test()
/dports/devel/py-libvirt/libvirt-python-7.10.0/
H A Dlibvirt-override.py79 def get_str3(self) -> Optional[str]: member in libvirtError
/dports/devel/libepp-nicbr/libepp-nicbr-1.18/include/
H A DCommonData.H339 string get_str3() const { return _str3; } in get_str3() function