OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:soundexMapping
(Results
1 - 3
of
3
) sorted by null
/external/apache-http/src/org/apache/commons/codec/language/
RefinedSoundex.java
55
private char[]
soundexMapping
;
75
this.
soundexMapping
= mapping;
140
* maintained in an internal char array named
soundexMapping
, and the
151
return this.
soundexMapping
[Character.toUpperCase(c) - 'A'];
Soundex.java
100
private char[]
soundexMapping
;
201
* @return
soundexMapping
.
204
return this.
soundexMapping
;
236
* Sets the
soundexMapping
.
238
* @param
soundexMapping
239
* The
soundexMapping
to set.
241
private void setSoundexMapping(char[]
soundexMapping
) {
242
this.
soundexMapping
=
soundexMapping
;
/external/owasp/sanitizer/lib/commons-codec-1.4/
commons-codec-1.4.jar
Completed in 572 milliseconds