HomeSort by relevance Sort by last modified time
    Searched defs:getMappingCode (Results 1 - 3 of 3) sorted by null

  /external/apache-http/src/org/apache/commons/codec/language/
RefinedSoundex.java 147 char getMappingCode(char c) {
178 current = getMappingCode(str.charAt(i));
Soundex.java 172 private char getMappingCode(String str, int index) {
266 last = getMappingCode(str, 0);
268 mapped = getMappingCode(str, incount++);
  /external/owasp/sanitizer/lib/commons-codec-1.4/
commons-codec-1.4.jar 

Completed in 421 milliseconds