Home
last modified time | relevance | path

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

/external/apache-http/src/org/apache/commons/codec/language/
DMetaphone.java132 int wdsz = local.length(); in metaphone() local
136 (n < wdsz) ) { // max code size of 4 works well in metaphone()
150 isLastChar(wdsz, n) ) { // B is silent if word ends in MB in metaphone()
158 !isLastChar(wdsz, n) && in metaphone()
166 if (!isLastChar(wdsz, n) && in metaphone()
178 (wdsz >= 3) && in metaphone()
189 if (!isLastChar(wdsz, n + 1) && in metaphone()
198 if (isLastChar(wdsz, n + 1) && in metaphone()
202 if (!isLastChar(wdsz, n + 1) && in metaphone()
217 if (!isLastChar(wdsz, n) && in metaphone()
[all …]