Searched refs:isConsonant (Results 1 – 1 of 1) sorted by relevance
202252 static int isConsonant(const char *z){ function202268 return isConsonant(z + 1);202293 while( isConsonant(z) ){ z++; }202303 while( isConsonant(z) ){ z++; }202307 while( isConsonant(z) ){ z++; }202317 while( isConsonant(z) ){ z++; }202321 while( isConsonant(z) ){ z++; }202329 while( isConsonant(z) ){ z++; }202340 return isConsonant(z) && z[0]==z[1];202353 isConsonant(z) &&[all …]