Home
last modified time | relevance | path

Searched refs:phNONSYLLABIC (Results 1 – 6 of 6) sorted by relevance

/dports/audio/espeak/espeak-1.48.04-source/src/
H A Dphoneme.h52 #define phNONSYLLABIC 0x100000 // don't count this vowel as a syllable when finding the stress p… macro
H A Ddictionary.cpp1049 if((ph->type == phVOWEL) && !(ph->phflags & phNONSYLLABIC)) in GetVowelStress()
1162 if((phoneme_tab[*p]->type == phVOWEL) && !(phoneme_tab[*p]->phflags & phNONSYLLABIC)) in ChangeWordStress()
1270 if((phoneme_tab[p[0]]->type == phVOWEL) && !(phoneme_tab[p[0]]->phflags & phNONSYLLABIC)) in SetWordStress()
1733 else if(((ph->type == phVOWEL) && !(ph->phflags & phNONSYLLABIC)) || (*p == phonSYLLABIC)) in SetWordStress()
H A Dsetlengths.cpp819 if((p2->type == phVOWEL) && !(p2->ph->phflags & phNONSYLLABIC)) in CalcLengths()
/dports/audio/praat/praat-6.2.03/external/espeak/
H A Dphoneme.h183 #define phNONSYLLABIC (1 << phFLAGBIT_NONSYLLABIC) macro
H A Ddictionary.cpp878 if ((ph->type == phVOWEL) && !(ph->phflags & phNONSYLLABIC)) { in GetVowelStress()
973 if ((phoneme_tab[*p]->type == phVOWEL) && !(phoneme_tab[*p]->phflags & phNONSYLLABIC)) { in ChangeWordStress()
1066 if ((phoneme_tab[p[0]]->type == phVOWEL) && !(phoneme_tab[p[0]]->phflags & phNONSYLLABIC)) { in SetWordStress()
1438 else if (((ph->type == phVOWEL) && !(ph->phflags & phNONSYLLABIC)) || (*p == phonSYLLABIC)) { in SetWordStress()
H A Dsetlengths.cpp645 if ((p2->type == phVOWEL) && !(p2->ph->phflags & phNONSYLLABIC)) in CalcLengths()