Home | History | Annotate | Download | only in adapter

Lines Matching refs:COUNTRY

338         String country;
344 return city != null || country != null || code != null || state != null
525 work.country = getValue();
540 home.country = getValue();
555 other.country = getValue();
679 work.state, work.country, work.code);
683 home.state, home.country, home.code);
687 other.state, other.country, other.code);
1394 String country, String code) {
1400 cvCompareString(cv, StructuredPostal.COUNTRY, country) &&
1408 builder.withValue(StructuredPostal.COUNTRY, country);
1634 sendStringData(s, cv, StructuredPostal.COUNTRY, fieldNames[1]);