OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxCodeLen
(Results
1 - 3
of
3
) 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
...]
/prebuilt/common/http-client/
commons-codec-1.4.jar
Completed in 26 milliseconds