Home
last modified time | relevance | path

Searched refs:setPostalCode (Results 1 – 25 of 175) sorted by relevance

1234567

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libaddressinput/src/common/src/test/java/com/google/i18n/addressinput/common/
H A DFieldVerifierTest.java56 .setPostalCode("94025") in testUnitedStatesOk()
72 .setPostalCode("94025") in testUnitedStatesWithIllegalField()
87 .setPostalCode("9425") in testFranceInvalidPostcode()
100 .setPostalCode("12345") in testUnitedStatesZipMismatch()
117 .setPostalCode("12345") in testUnitedStatesNotOk()
137 .setPostalCode("123456") in testChinaOk()
186 .setPostalCode("10553") in testGermanAddress()
230 .setPostalCode("12345") in testChinaPostalCodeMismatchingFormat()
268 .setPostalCode("") in testEmptyPostalCodeReportedAsGoodFormat()
292 .setPostalCode("407") in testChinaTaiwanOk()
[all …]
H A DStandardAddressVerifierTest.java63 .setPostalCode("94025")
72 .setPostalCode("12345") in testUnitedStates_PostalCodeMismatch()
91 .setPostalCode("12345") in testUnitedStates_MultipleProblems()
128 .setPostalCode("000") in testCustomProblemMap()
201 .setPostalCode("123456") in testChinaAddress()
219 .setPostalCode("407") in testChinaTaiwanAddress()
235 .setPostalCode("10553") in testGermanAddress()
301 .setPostalCode("") in testEmptyPostalCode_Allowed()
311 .setPostalCode("") in testEmptyPostalCode_Prohibited()
344 .setPostalCode("94043") in testVerifyCountryAndPostalCodeOnly_Valid()
[all …]
H A DFormatInterpreterTest.java115 addressBuilder.setPostalCode("90291"); in testGetEnvelopeAddress_MissingFields_LiteralsBetweenFields()
141 addressBuilder.setPostalCode("123"); in testGetEnvelopeAddress_MissingFields_LiteralsOnSeparateLine()
154 addressBuilder.setPostalCode("123"); in testGetEnvelopeAddress_MissingFields_LiteralBeforeField()
162 addressBuilder.setPostalCode(""); in testGetEnvelopeAddress_MissingFields_LiteralBeforeField()
200 .setPostalCode("94043") in testUsEnvelopeAddress()
215 .setPostalCode("106") in testTwEnvelopeAddress()
235 .setPostalCode("94043") in testGetEnvelopeAddressIncompleteAddress()
251 .setPostalCode("8047") in testGetEnvelopeAddressLeadingPostPrefix()
270 AddressData.builder(svAddress).setPostalCode("CP 2101").build(); in testSvAddress()
/dports/net/kf5-kcontacts/kcontacts-5.89.0/autotests/
H A Daddresstest.cpp48 address.setPostalCode(QStringLiteral("My PostalCode")); in storeTest()
77 address1.setPostalCode(QStringLiteral("My Postalcode")); in equalsTest()
88 address2.setPostalCode(QStringLiteral("My Postalcode")); in equalsTest()
115 address1.setPostalCode(QStringLiteral("My Postalcode")); in assignmentTest()
135 address1.setPostalCode(QStringLiteral("My Postalcode")); in serializeTest()
154 address.setPostalCode(QStringLiteral("12345")); in formatTest()
168 address.setPostalCode(QStringLiteral("1A2B3C")); in formatTest()
182 address.setPostalCode(QStringLiteral("12345")); in formatTest()
196 address.setPostalCode(QStringLiteral("12345")); in formatTest()
208 address.setPostalCode(QStringLiteral("1234")); in formatTest()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/examples/org.eclipse.ui.examples.propertysheet/Eclipse UI Examples PropertySheet/org/eclipse/ui/examples/propertysheet/
H A DAddress.java172 setPostalCode(postalCode); in Address()
277 setPostalCode(POSTALCODE_DEFAULT); in resetPropertyValue()
304 private void setPostalCode(String newPostalCode) { in setPostalCode() method in Address
332 setPostalCode((String) value); in setPropertyValue()
/dports/devel/qt5-location/kde-qtlocation-5.15.2p6/src/positioningquick/
H A Dqdeclarativegeoaddress.cpp119 setPostalCode(address.postalCode()); in setAddress()
327 void QDeclarativeGeoAddress::setPostalCode(const QString &postalCode) in setPostalCode() function in QDeclarativeGeoAddress
332 m_address.setPostalCode(postalCode); in setPostalCode()
H A Dqdeclarativegeoaddress_p.h73 Q_PROPERTY(QString postalCode READ postalCode WRITE setPostalCode NOTIFY postalCodeChanged)
100 void setPostalCode(const QString &postalCode);
/dports/net/kf5-kcontacts/kcontacts-5.89.0/tests/
H A Dtestutils.cpp35 a.setPostalCode(QStringLiteral("27613-3502")); in vcard1()
56 a.setPostalCode(QStringLiteral("94043")); in vcard2()
/dports/deskutils/belcard/belcard-1.0.2-0/src/
H A Dbelcard_addressing.cpp48 ->setCollector("ADR-code", make_sfn(&BelCardAddress::setPostalCode)) in setHandlerAndCollectors()
91 void BelCardAddress::setPostalCode(const string &value) { in setPostalCode() function in BelCardAddress
/dports/net/kf5-kcontacts/kcontacts-5.89.0/src/
H A Daddress.h43 Q_PROPERTY(QString postalCode READ postalCode WRITE setPostalCode)
249 void setPostalCode(const QString &code);
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/PaymentsResellerSubscription/
H A DGoogleCloudPaymentsResellerSubscriptionV1Location.php23 public function setPostalCode($postalCode) function in Google_Service_PaymentsResellerSubscription_GoogleCloudPaymentsResellerSubscriptionV1Location
/dports/deskutils/itinerary/itinerary-21.12.3/src/app/
H A Dlocalizer.cpp75 address.setPostalCode(a.postalCode()); in formatAddress()
82 address.setPostalCode(readFromGadget(mo, obj, "postalCode")); in formatAddress()
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Localservices/
H A DGoogleAdsHomeservicesLocalservicesV1MessageLead.php49 public function setPostalCode($postalCode) function in Google_Service_Localservices_GoogleAdsHomeservicesLocalservicesV1MessageLead
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ShoppingContent/
H A DAccountAddress.php42 public function setPostalCode($postalCode) function in Google_Service_ShoppingContent_AccountAddress
H A DReturnAddressAddress.php44 public function setPostalCode($postalCode) function in Google_Service_ShoppingContent_ReturnAddressAddress
H A DProductTax.php43 public function setPostalCode($postalCode) function in Google_Service_ShoppingContent_ProductTax
H A DTestOrderAddress.php62 public function setPostalCode($postalCode) function in Google_Service_ShoppingContent_TestOrderAddress
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/ShoppingContent/
H A DAccountAddress.php42 public function setPostalCode($postalCode) function in Google_Service_ShoppingContent_AccountAddress
H A DProductTax.php43 public function setPostalCode($postalCode) function in Google_Service_ShoppingContent_ProductTax
H A DProductShipping.php53 public function setPostalCode($postalCode) function in Google_Service_ShoppingContent_ProductShipping
/dports/devel/qt5-location/kde-qtlocation-5.15.2p6/src/plugins/geoservices/esri/
H A Dgeocodereply_esri.cpp145 address.setPostalCode(addressObject.value(QStringLiteral("Postal")).toString()); in parseAddress()
195 address.setPostalCode(attributesObject.value(QStringLiteral("Postal")).toString()); in parseCandidate()
/dports/www/axis2/axis2-1.8.0/samples/pojo/src/sample/addressbook/entry/
H A DEntry.java53 public void setPostalCode(String postalCode) { in setPostalCode() method in Entry
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Directory/
H A DBuildingAddress.php61 public function setPostalCode($postalCode) function in Google_Service_Directory_BuildingAddress
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Directory/
H A DBuildingAddress.php61 public function setPostalCode($postalCode) function in Google_Service_Directory_BuildingAddress
/dports/graphics/gpxsee/GPXSee-7.32/src/data/
H A Daddress.h23 void setPostalCode(const QString &postalCode) {_postalCode = postalCode;} in setPostalCode() function

1234567