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

/external/chromium_org/third_party/sqlite/src/ext/fts1/
H A Dfts1_porter.c136 ** isConsonant() and isVowel() determine if their first character in
148 static int isVowel(const char*);
156 return z[1]==0 || isVowel(z + 1);
158 static int isVowel(const char *z){ function
188 while( isVowel(z) ){ z++; }
198 while( isVowel(z) ){ z++; }
202 while( isVowel(z) ){ z++; }
212 while( isVowel(z) ){ z++; }
216 while( isVowel(z) ){ z++; }
252 z[1]!=0 && isVowel(
[all...]
/external/chromium_org/third_party/sqlite/src/ext/fts2/
H A Dfts2_porter.c135 ** isConsonant() and isVowel() determine if their first character in
147 static int isVowel(const char*);
155 return z[1]==0 || isVowel(z + 1);
157 static int isVowel(const char *z){ function
187 while( isVowel(z) ){ z++; }
197 while( isVowel(z) ){ z++; }
201 while( isVowel(z) ){ z++; }
211 while( isVowel(z) ){ z++; }
215 while( isVowel(z) ){ z++; }
251 z[1]!=0 && isVowel(
[all...]
/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dfts3_porter.c138 ** isConsonant() and isVowel() determine if their first character in
150 static int isVowel(const char*);
158 return z[1]==0 || isVowel(z + 1);
160 static int isVowel(const char *z){ function
190 while( isVowel(z) ){ z++; }
200 while( isVowel(z) ){ z++; }
204 while( isVowel(z) ){ z++; }
214 while( isVowel(z) ){ z++; }
218 while( isVowel(z) ){ z++; }
254 isVowel(
[all...]
/external/apache-http/src/org/apache/commons/codec/language/
H A DMetaphone.java174 isVowel(local,2) ) { // CH consonant -> K consonant
199 !isVowel(local,n+2)) {
228 if (isVowel(local,n+1)) {
290 isVowel(local,n+1)) {
309 private boolean isVowel(StringBuffer string, int index) { method in class:Metaphone
H A DDoubleMetaphone.java424 if (index == 1 && isVowel(charAt(value, 0)) && !slavoGermanic) {
476 if (index > 0 && !isVowel(charAt(value, index - 1))) {
511 if ((index == 0 || isVowel(charAt(value, index - 1))) &&
512 isVowel(charAt(value, index + 1))) {
539 } else if (isVowel(charAt(value, index - 1)) && !slavoGermanic &&
679 if (index == 0 && !isVowel(charAt(value, 3)) && charAt(value, 3) != 'W') {
734 if (index == 0 && (isVowel(charAt(value, index + 1)) ||
736 if (isVowel(charAt(value, index + 1))) {
744 } else if ((index == value.length() - 1 && isVowel(charAt(value, index - 1))) ||
813 } else if (isVowel(charA
894 private boolean isVowel(char ch) { method in class:DoubleMetaphone
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.lucene.analysis_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.commons.codec_1.3.0.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtransrt.cpp173 static UBool isVowel(UChar c);
215 firstIsVowel = isVowel(c);
231 UBool LegalGreek::isVowel(UChar c) { function in class:LegalGreek
/external/icu4c/test/intltest/
H A Dtransrt.cpp174 static UBool isVowel(UChar c);
216 firstIsVowel = isVowel(c);
232 UBool LegalGreek::isVowel(UChar c) { function in class:LegalGreek
/external/robolectric/lib/main/
H A Dcommons-codec-1.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/codec/ ...
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c118901 static int isVowel(const char *z){ function
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c123843 static int isVowel(const char *z){ function
[all...]
/external/sqlite/dist/
H A Dsqlite3.c123891 static int isVowel(const char *z){ function
[all...]

Completed in 1134 milliseconds