Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts3/
H A Dfts3_porter.c149 static int isVowel(const char*);
157 return z[1]==0 || isVowel(z + 1); in isConsonant()
159 static int isVowel(const char *z){ in isVowel() function
189 while( isVowel(z) ){ z++; } in m_gt_0()
199 while( isVowel(z) ){ z++; } in m_eq_1()
203 while( isVowel(z) ){ z++; } in m_eq_1()
213 while( isVowel(z) ){ z++; } in m_gt_1()
217 while( isVowel(z) ){ z++; } in m_gt_1()
253 isVowel(z+1) && in star_oh()
/sqlite-3.40.0/ext/fts2/
H A Dfts2_porter.c150 static int isVowel(const char*);
158 return z[1]==0 || isVowel(z + 1); in isConsonant()
160 static int isVowel(const char *z){ in isVowel() function
190 while( isVowel(z) ){ z++; } in m_gt_0()
200 while( isVowel(z) ){ z++; } in m_eq_1()
204 while( isVowel(z) ){ z++; } in m_eq_1()
214 while( isVowel(z) ){ z++; } in m_gt_1()
218 while( isVowel(z) ){ z++; } in m_gt_1()
254 z[1]!=0 && isVowel(z+1) && in star_oh()
/sqlite-3.40.0/ext/fts1/
H A Dfts1_porter.c148 static int isVowel(const char*);
156 return z[1]==0 || isVowel(z + 1); in isConsonant()
158 static int isVowel(const char *z){ in isVowel() function
188 while( isVowel(z) ){ z++; } in m_gt_0()
198 while( isVowel(z) ){ z++; } in m_eq_1()
202 while( isVowel(z) ){ z++; } in m_eq_1()
212 while( isVowel(z) ){ z++; } in m_gt_1()
216 while( isVowel(z) ){ z++; } in m_gt_1()
252 z[1]!=0 && isVowel(z+1) && in star_oh()