HomeSort by relevance Sort by last modified time
    Searched defs:maxCodeLen (Results 1 - 3 of 3) sorted by null

  /external/apache-http/src/org/apache/commons/codec/language/
Metaphone.java 61 private int maxCodeLen = 4 ;
393 * Returns the maxCodeLen.
396 public int getMaxCodeLen() { return this.maxCodeLen; }
399 * Sets the maxCodeLen.
400 * @param maxCodeLen The maxCodeLen to set
402 public void setMaxCodeLen(int maxCodeLen) { this.maxCodeLen = maxCodeLen; }
DoubleMetaphone.java 63 protected int maxCodeLen = 4;
254 * Returns the maxCodeLen.
258 return this.maxCodeLen;
262 * Sets the maxCodeLen.
263 * @param maxCodeLen The maxCodeLen to set
265 public void setMaxCodeLen(int maxCodeLen) {
266 this.maxCodeLen = maxCodeLen;
    [all...]
  /external/owasp/sanitizer/lib/commons-codec-1.4/
commons-codec-1.4.jar 

Completed in 264 milliseconds