Home
last modified time | relevance | path

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

/external/apache-http/src/org/apache/commons/codec/language/
DMetaphone.java179 isVowel(local,2) ) { // CH consonant -> K consonant in metaphone()
204 !isVowel(local,n+2)) { in metaphone()
233 if (isVowel(local,n+1)) { in metaphone()
295 isVowel(local,n+1)) { in metaphone()
314 private boolean isVowel(StringBuffer string, int index) { in isVowel() method in Metaphone
DDoubleMetaphone.java429 if (index == 1 && isVowel(charAt(value, 0)) && !slavoGermanic) { in handleG()
481 if (index > 0 && !isVowel(charAt(value, index - 1))) { in handleGH()
516 if ((index == 0 || isVowel(charAt(value, index - 1))) && in handleH()
517 isVowel(charAt(value, index + 1))) { in handleH()
544 } else if (isVowel(charAt(value, index - 1)) && !slavoGermanic && in handleJ()
684 if (index == 0 && !isVowel(charAt(value, 3)) && charAt(value, 3) != 'W') { in handleSC()
739 if (index == 0 && (isVowel(charAt(value, index + 1)) || in handleW()
741 if (isVowel(charAt(value, index + 1))) { in handleW()
749 } else if ((index == value.length() - 1 && isVowel(charAt(value, index - 1))) || in handleW()
818 } else if (isVowel(charAt(value, index - 2))) { in conditionC0()
[all …]
/external/icu/icu4c/source/test/intltest/
Dtransrt.cpp176 static UBool isVowel(UChar c);
218 firstIsVowel = isVowel(c); in is()
234 UBool LegalGreek::isVowel(UChar c) { in isVowel() function in LegalGreek
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
DRoundTripTest.java1018 public static boolean isVowel(char c) { in isVowel() method in RoundTripTest.LegalGreek
1064 firstIsVowel = isVowel(c); in is()
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
DRoundTripTest.java1017 public static boolean isVowel(char c) { in isVowel() method in RoundTripTest.LegalGreek
1063 firstIsVowel = isVowel(c); in is()
/external/sqlite/dist/orig/
Dsqlite3.c154319 static int isVowel(const char*);
154327 return z[1]==0 || isVowel(z + 1);
154329 static int isVowel(const char *z){
154359 while( isVowel(z) ){ z++; }
154369 while( isVowel(z) ){ z++; }
154373 while( isVowel(z) ){ z++; }
154383 while( isVowel(z) ){ z++; }
154387 while( isVowel(z) ){ z++; }
154423 isVowel(z+1) &&
/external/sqlite/dist/
Dsqlite3.c154332 static int isVowel(const char*);
154340 return z[1]==0 || isVowel(z + 1);
154342 static int isVowel(const char *z){
154372 while( isVowel(z) ){ z++; }
154382 while( isVowel(z) ){ z++; }
154386 while( isVowel(z) ){ z++; }
154396 while( isVowel(z) ){ z++; }
154400 while( isVowel(z) ){ z++; }
154436 isVowel(z+1) &&