OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxCodeLen
(Results
1 - 7
of
7
) sorted by null
/external/apache-http/src/org/apache/commons/codec/language/
Metaphone.java
56
private int
maxCodeLen
= 4 ;
388
* Returns the
maxCodeLen
.
391
public int getMaxCodeLen() { return this.
maxCodeLen
; }
394
* Sets the
maxCodeLen
.
395
* @param
maxCodeLen
The
maxCodeLen
to set
397
public void setMaxCodeLen(int
maxCodeLen
) { this.
maxCodeLen
=
maxCodeLen
; }
DoubleMetaphone.java
58
protected int
maxCodeLen
= 4;
249
* Returns the
maxCodeLen
.
253
return this.
maxCodeLen
;
257
* Sets the
maxCodeLen
.
258
* @param
maxCodeLen
The
maxCodeLen
to set
260
public void setMaxCodeLen(int
maxCodeLen
) {
261
this.
maxCodeLen
=
maxCodeLen
;
[
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 37 milliseconds