Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c202328 static int hasVowel(const char *z){ function
202486 (stem(&z, "gni", "", hasVowel) || stem(&z, "de", "", hasVowel))
202501 if( z[0]=='y' && hasVowel(z+1) ){