Home
last modified time | relevance | path

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

/external/apache-http/src/org/apache/commons/codec/language/
DDoubleMetaphone.java91 boolean slavoGermanic = isSlavoGermanic(value); in doubleMetaphone()
126 index = handleG(value, result, index, slavoGermanic); in doubleMetaphone()
132 index = handleJ(value, result, index, slavoGermanic); in doubleMetaphone()
162 index = handleR(value, result, index, slavoGermanic); in doubleMetaphone()
165 index = handleS(value, result, index, slavoGermanic); in doubleMetaphone()
181 index = handleZ(value, result, index, slavoGermanic); in doubleMetaphone()
420 boolean slavoGermanic) { in handleG() argument
424 if (index == 1 && isVowel(charAt(value, 0)) && !slavoGermanic) { in handleG()
427 charAt(value, index + 1) != 'Y' && !slavoGermanic) { in handleG()
433 } else if (contains(value, index + 1, 2, "LI") && !slavoGermanic) { in handleG()
[all …]