Searched refs:isVowel (Results 1 – 3 of 3) sorted by relevance
149 static int isVowel(const char*);157 return z[1]==0 || isVowel(z + 1); in isConsonant()159 static int isVowel(const char *z){ in isVowel() function189 while( isVowel(z) ){ z++; } in m_gt_0()199 while( isVowel(z) ){ z++; } in m_eq_1()203 while( isVowel(z) ){ z++; } in m_eq_1()213 while( isVowel(z) ){ z++; } in m_gt_1()217 while( isVowel(z) ){ z++; } in m_gt_1()253 isVowel(z+1) && in star_oh()
150 static int isVowel(const char*);158 return z[1]==0 || isVowel(z + 1); in isConsonant()160 static int isVowel(const char *z){ in isVowel() function190 while( isVowel(z) ){ z++; } in m_gt_0()200 while( isVowel(z) ){ z++; } in m_eq_1()204 while( isVowel(z) ){ z++; } in m_eq_1()214 while( isVowel(z) ){ z++; } in m_gt_1()218 while( isVowel(z) ){ z++; } in m_gt_1()254 z[1]!=0 && isVowel(z+1) && in star_oh()
148 static int isVowel(const char*);156 return z[1]==0 || isVowel(z + 1); in isConsonant()158 static int isVowel(const char *z){ in isVowel() function188 while( isVowel(z) ){ z++; } in m_gt_0()198 while( isVowel(z) ){ z++; } in m_eq_1()202 while( isVowel(z) ){ z++; } in m_eq_1()212 while( isVowel(z) ){ z++; } in m_gt_1()216 while( isVowel(z) ){ z++; } in m_gt_1()252 z[1]!=0 && isVowel(z+1) && in star_oh()