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

/org.ahmadsoft.jpostal-1.0.44/src/org/ahmadsoft/postal/
H A DUSPostalCodeService.java224 private boolean ignoreWhitespace=false; field in class:USPostalCodeService.MatchOptions
233 * @param ignoreWhitespace
236 public MatchOptions(boolean ignoreCapitalization, boolean ignorePunctuation, boolean ignoreWhitespace, int maxMatchLevel) { argument
240 this.ignoreWhitespace = ignoreWhitespace;
282 return ignoreWhitespace;

Completed in 5 milliseconds