Home
last modified time | relevance | path

Searched refs:mappedChar (Results 1 – 1 of 1) sorted by relevance

/external/apache-http/src/org/apache/commons/codec/language/
DSoundex.java173 char mappedChar = this.map(str.charAt(index)); in getMappingCode() local
175 if (index > 1 && mappedChar != '0') { in getMappingCode()
180 if (firstCode == mappedChar || 'H' == preHWChar || 'W' == preHWChar) { in getMappingCode()
185 return mappedChar; in getMappingCode()