Searched refs:breathingCount (Results 1 – 3 of 3) sorted by relevance
1038 int breathingCount = 0; in is() local1046 … if (firstIsVowel && !validSecondVowel.contains(c) && breathingCount == 0) return false; in is()1052 if (firstIsRho && letterCount == 2 && breathingCount == 0) return false; in is()1054 if (c == IOTA_SUBSCRIPT && firstIsVowel && breathingCount == 0) return false; in is()1057 ++breathingCount; in is()1061 if (firstIsVowel || firstIsRho) return breathingCount == 1; in is()1062 return breathingCount == 0; in is()
1034 int breathingCount = 0; in is() local1042 … if (firstIsVowel && !validSecondVowel.contains(c) && breathingCount == 0) return false; in is()1048 if (firstIsRho && letterCount == 2 && breathingCount == 0) return false; in is()1050 if (c == IOTA_SUBSCRIPT && firstIsVowel && breathingCount == 0) return false; in is()1053 ++breathingCount; in is()1057 if (firstIsVowel || firstIsRho) return breathingCount == 1; in is()1058 return breathingCount == 0; in is()
208 int32_t breathingCount = 0; in is() local219 if (firstIsRho && letterCount == 2 && breathingCount == 0) { in is()224 ++breathingCount; in is()228 if (firstIsVowel || firstIsRho) return breathingCount == 1; in is()229 return breathingCount == 0; in is()