Searched refs:firstIsVowel (Results 1 – 3 of 3) sorted by relevance
1035 boolean firstIsVowel = false; in is()1046 … if (firstIsVowel && !validSecondVowel.contains(c) && breathingCount == 0) return false; in is()1049 firstIsVowel = isVowel(c); in is()1054 if (c == IOTA_SUBSCRIPT && firstIsVowel && breathingCount == 0) return false; in is()1061 if (firstIsVowel || firstIsRho) return breathingCount == 1; in is()
1031 boolean firstIsVowel = false; in is()1042 … if (firstIsVowel && !validSecondVowel.contains(c) && breathingCount == 0) return false; in is()1045 firstIsVowel = isVowel(c); in is()1050 if (c == IOTA_SUBSCRIPT && firstIsVowel && breathingCount == 0) return false; in is()1057 if (firstIsVowel || firstIsRho) return breathingCount == 1; in is()
205 UBool firstIsVowel = FALSE; in is() local216 firstIsVowel = isVowel(c); in is()228 if (firstIsVowel || firstIsRho) return breathingCount == 1; in is()