Home | History | Annotate | Download | only in language

Lines Matching defs:VOWELS

44      * "Vowels" to test for
46 private static final String VOWELS = "AEIOUY";
515 //-- only keep if first & before vowel or between 2 vowels --//
900 return VOWELS.indexOf(ch) != -1;