Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStdVariantChecker.cpp111 static bool isVowel(char a) { in isVowel() function
125 if (isVowel(a)) in indefiniteArticleBasedOnVowel()
/freebsd/contrib/sqlite3/
H A Dsqlite3.c194733 static int isVowel(const char*);
194741 return z[1]==0 || isVowel(z + 1);
194743 static int isVowel(const char *z){
194773 while( isVowel(z) ){ z++; }
194783 while( isVowel(z) ){ z++; }
194787 while( isVowel(z) ){ z++; }
194797 while( isVowel(z) ){ z++; }
194801 while( isVowel(z) ){ z++; }
194837 isVowel(z+1) &&