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

  /external/apache-http/src/org/apache/commons/codec/language/
Metaphone.java 174 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) {
DoubleMetaphone.java 424 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(charAt(value, index - 2)))
    [all...]
  /external/icu4c/test/intltest/
transrt.cpp 173 static UBool isVowel(UChar c);
215 firstIsVowel = isVowel(c);
231 UBool LegalGreek::isVowel(UChar c) {
    [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 
  /prebuilts/tools/common/http-client/
commons-codec-1.4.jar 
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 3315 milliseconds