OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getMaxCodeLen
(Results
1 - 3
of
3
) sorted by null
/external/apache-http/src/org/apache/commons/codec/language/
Metaphone.java
135
while ((code.length() < this.
getMaxCodeLen
()) &&
307
if (code.length() > this.
getMaxCodeLen
()) {
308
code.setLength(this.
getMaxCodeLen
());
396
public int
getMaxCodeLen
() { return this.maxCodeLen; }
DoubleMetaphone.java
99
DoubleMetaphoneResult result = new DoubleMetaphoneResult(this.
getMaxCodeLen
());
257
public int
getMaxCodeLen
() {
[
all
...]
/external/owasp/sanitizer/lib/commons-codec-1.4/
commons-codec-1.4.jar
Completed in 71 milliseconds