Home
last modified time | relevance | path

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

/external/apache-http/src/org/apache/commons/codec/language/
DMetaphone.java172 isNextChar(local, n, 'H') ) { // SCH->sk in metaphone()
176 if (isNextChar(local, n, 'H')) { // detect CH in metaphone()
190 isNextChar(local, n, 'G') && in metaphone()
199 isNextChar(local, n, 'H')) { in metaphone()
203 isNextChar(local,n,'H') && in metaphone()
255 if (isNextChar(local,n,'H')) { in metaphone()
327 private boolean isNextChar(StringBuffer string, int index, char c) { in isNextChar() method in Metaphone