Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c202252 static int isConsonant(const char *z){ function
202268 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 …]