HomeSort by relevance Sort by last modified time
    Searched refs:isVowel (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/third_party/sqlite/src/ext/fts1/
fts1_porter.c 136 ** 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){
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(z+1) &
    [all...]
  /external/chromium_org/third_party/sqlite/src/ext/fts2/
fts2_porter.c 135 ** 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){
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(z+1) &
    [all...]
  /external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3_porter.c 138 ** 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){
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(z+1) &
    [all...]
  /external/apache-http/src/org/apache/commons/codec/language/
Metaphone.java 179 isVowel(local,2) ) { // CH consonant -> K consonant
204 !isVowel(local,n+2)) {
233 if (isVowel(local,n+1)) {
295 isVowel(local,n+1)) {
314 private boolean isVowel(StringBuffer string, int index) {
DoubleMetaphone.java 429 if (index == 1 && isVowel(charAt(value, 0)) && !slavoGermanic) {
481 if (index > 0 && !isVowel(charAt(value, index - 1))) {
516 if ((index == 0 || isVowel(charAt(value, index - 1))) &&
517 isVowel(charAt(value, index + 1))) {
544 } else if (isVowel(charAt(value, index - 1)) && !slavoGermanic &&
684 if (index == 0 && !isVowel(charAt(value, 3)) && charAt(value, 3) != 'W') {
739 if (index == 0 && (isVowel(charAt(value, index + 1)) ||
741 if (isVowel(charAt(value, index + 1))) {
749 } else if ((index == value.length() - 1 && isVowel(charAt(value, index - 1))) ||
818 } else if (isVowel(charAt(value, index - 2)))
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene.analysis_1.9.1.v20100518-1140.jar 
org.apache.commons.codec_1.3.0.v20100518-1140.jar 
  /external/chromium_org/third_party/icu/source/test/intltest/
transrt.cpp 174 static UBool isVowel(UChar c);
216 firstIsVowel = isVowel(c);
232 UBool LegalGreek::isVowel(UChar c) {
    [all...]
  /external/icu/icu4c/source/test/intltest/
transrt.cpp 174 static UBool isVowel(UChar c);
216 firstIsVowel = isVowel(c);
232 UBool LegalGreek::isVowel(UChar c) {
    [all...]
  /external/owasp/sanitizer/lib/commons-codec-1.4/
commons-codec-1.4.jar 
  /prebuilts/devtools/tools/lib/
commons-codec-1.4.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.apache.commons.codec_1.4.0.v201209201156.jar 
  /prebuilts/tools/common/http-client/
commons-codec-1.4.jar 
  /prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.4/
commons-codec-1.4.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.commons.codec_1.4.0.v201209201156.jar 
  /external/robolectric/lib/main/
commons-codec-1.6.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
wagon-http-2.6-shaded.jar 
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 

Completed in 421 milliseconds