OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getMaxCodeLen
(Results
1 - 7
of
7
) sorted by null
/external/apache-http/src/org/apache/commons/codec/language/
Metaphone.java
130
while ((code.length() < this.
getMaxCodeLen
()) &&
302
if (code.length() > this.
getMaxCodeLen
()) {
303
code.setLength(this.
getMaxCodeLen
());
391
public int
getMaxCodeLen
() { return this.maxCodeLen; }
DoubleMetaphone.java
94
DoubleMetaphoneResult result = new DoubleMetaphoneResult(this.
getMaxCodeLen
());
252
public int
getMaxCodeLen
() {
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.codec_1.3.0.v20100518-1140.jar
/prebuilts/devtools/tools/lib/
commons-codec-1.4.jar
/prebuilts/tools/common/http-client/
commons-codec-1.4.jar
/prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.4/
commons-codec-1.4.jar
/external/robolectric/lib/main/
commons-codec-1.6.jar
Completed in 45 milliseconds