Searched refs:isVowel (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/usr.sbin/makemandb/
H A Dcustom_apropos_tokenizer.c135 * isConsonant() and isVowel() determine if their first character in
147 static int isVowel(const char*);
160 return z[1] == 0 || isVowel(z + 1);
164 isVowel(const char *z) function
199 while (isVowel(z)) {
216 while (isVowel(z)) {
226 while (isVowel(z)) {
243 while (isVowel(z)) {
253 while (isVowel(z)) {
301 isVowel(
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/range/
H A Dpackage.d11614 bool isVowel(dchar c)
11622 auto removeVowels = txt.tee!(c => isVowel(c) ? vowelCount++ : 0)
11623 .filter!(c => !isVowel(c))
11625 .tee!(c => isVowel(c) ? shiftedCount++ : 0);
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c193125 static int isVowel(const char *z){ function
[all...]

Completed in 613 milliseconds