Searched refs:wdsz (Results 1 – 1 of 1) sorted by relevance
132 int wdsz = local.length(); in metaphone() local136 (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 …]