Searched refs:options (Results 1 - 1 of 1) sorted by relevance

/org.ahmadsoft.jpostal-1.0.44/src/org/ahmadsoft/postal/
H A DUSPostalCodeService.java140 * Performs a match using default matching options well-suited
159 * process can be controlled by specifying match options.
167 * @param options parameters to control the matching process.
172 public List match(String city, int postalCode, MatchOptions options) { argument
180 if (options.isIgnoreWhitespace() && Character.isWhitespace(c))
182 if (options.isIgnorePunctuation() && punctuation.indexOf(c) > -1)
184 if (options.isIgnoreCapitalization())
199 if (entry.getEntryType() > options.getMaxMatchLevel())
205 if (entry.getEntryType() > options.getMaxMatchLevel())
218 * Specifies options fo
[all...]

Completed in 3 milliseconds