isVowel          118689 third_party/sqlite/amalgamation/sqlite3.c static int isVowel(const char*);
isVowel          118697 third_party/sqlite/amalgamation/sqlite3.c   return z[1]==0 || isVowel(z + 1);
isVowel          118729 third_party/sqlite/amalgamation/sqlite3.c   while( isVowel(z) ){ z++; }
isVowel          118739 third_party/sqlite/amalgamation/sqlite3.c   while( isVowel(z) ){ z++; }
isVowel          118743 third_party/sqlite/amalgamation/sqlite3.c   while( isVowel(z) ){ z++; }
isVowel          118753 third_party/sqlite/amalgamation/sqlite3.c   while( isVowel(z) ){ z++; }
isVowel          118757 third_party/sqlite/amalgamation/sqlite3.c   while( isVowel(z) ){ z++; }
isVowel          118793 third_party/sqlite/amalgamation/sqlite3.c     isVowel(z+1) &&
isVowel           148 third_party/sqlite/src/ext/fts1/fts1_porter.c static int isVowel(const char*);
isVowel           156 third_party/sqlite/src/ext/fts1/fts1_porter.c   return z[1]==0 || isVowel(z + 1);
isVowel           188 third_party/sqlite/src/ext/fts1/fts1_porter.c   while( isVowel(z) ){ z++; }
isVowel           198 third_party/sqlite/src/ext/fts1/fts1_porter.c   while( isVowel(z) ){ z++; }
isVowel           202 third_party/sqlite/src/ext/fts1/fts1_porter.c   while( isVowel(z) ){ z++; }
isVowel           212 third_party/sqlite/src/ext/fts1/fts1_porter.c   while( isVowel(z) ){ z++; }
isVowel           216 third_party/sqlite/src/ext/fts1/fts1_porter.c   while( isVowel(z) ){ z++; }
isVowel           252 third_party/sqlite/src/ext/fts1/fts1_porter.c     z[1]!=0 && isVowel(z+1) &&
isVowel           147 third_party/sqlite/src/ext/fts2/fts2_porter.c static int isVowel(const char*);
isVowel           155 third_party/sqlite/src/ext/fts2/fts2_porter.c   return z[1]==0 || isVowel(z + 1);
isVowel           187 third_party/sqlite/src/ext/fts2/fts2_porter.c   while( isVowel(z) ){ z++; }
isVowel           197 third_party/sqlite/src/ext/fts2/fts2_porter.c   while( isVowel(z) ){ z++; }
isVowel           201 third_party/sqlite/src/ext/fts2/fts2_porter.c   while( isVowel(z) ){ z++; }
isVowel           211 third_party/sqlite/src/ext/fts2/fts2_porter.c   while( isVowel(z) ){ z++; }
isVowel           215 third_party/sqlite/src/ext/fts2/fts2_porter.c   while( isVowel(z) ){ z++; }
isVowel           251 third_party/sqlite/src/ext/fts2/fts2_porter.c     z[1]!=0 && isVowel(z+1) &&
isVowel           150 third_party/sqlite/src/ext/fts3/fts3_porter.c static int isVowel(const char*);
isVowel           158 third_party/sqlite/src/ext/fts3/fts3_porter.c   return z[1]==0 || isVowel(z + 1);
isVowel           190 third_party/sqlite/src/ext/fts3/fts3_porter.c   while( isVowel(z) ){ z++; }
isVowel           200 third_party/sqlite/src/ext/fts3/fts3_porter.c   while( isVowel(z) ){ z++; }
isVowel           204 third_party/sqlite/src/ext/fts3/fts3_porter.c   while( isVowel(z) ){ z++; }
isVowel           214 third_party/sqlite/src/ext/fts3/fts3_porter.c   while( isVowel(z) ){ z++; }
isVowel           218 third_party/sqlite/src/ext/fts3/fts3_porter.c   while( isVowel(z) ){ z++; }
isVowel           254 third_party/sqlite/src/ext/fts3/fts3_porter.c     isVowel(z+1) &&