Searched refs:Sound (Results 1 – 1 of 1) sorted by relevance
129 struct Sound { struct133 Sound Vowels[] = { argument147 Sound Consonants[] = {192 const int VowelsNumber = sizeof(Vowels) / sizeof(Sound);193 const int ConsonantsNumber = sizeof(Consonants) / sizeof(Sound);196 int CountRateSum(Sound sounds[], const int num, const int part) { in CountRateSum()204 Sound* sounds; in GetLetters()