Searched refs:firstIsRho (Results 1 – 3 of 3) sorted by relevance
206 UBool firstIsRho = FALSE; in is() local217 firstIsRho = isRho(c); in is()219 if (firstIsRho && letterCount == 2 && breathingCount == 0) { in is()228 if (firstIsVowel || firstIsRho) return breathingCount == 1; in is()
1036 boolean firstIsRho = false; in is()1050 firstIsRho = isRho(c); in is()1052 if (firstIsRho && letterCount == 2 && breathingCount == 0) return false; in is()1061 if (firstIsVowel || firstIsRho) return breathingCount == 1; in is()
1032 boolean firstIsRho = false; in is()1046 firstIsRho = isRho(c); in is()1048 if (firstIsRho && letterCount == 2 && breathingCount == 0) return false; in is()1057 if (firstIsVowel || firstIsRho) return breathingCount == 1; in is()