Home
last modified time | relevance | path

Searched refs:phUNSTRESSED (Results 1 – 7 of 7) sorted by relevance

/dports/audio/espeak/espeak-1.48.04-source/src/
H A Dphoneme.h41 #define phUNSTRESSED 0x02 macro
H A Dphonemelist.cpp85 if((plist2->stresslevel > 1) && (phoneme_tab[plist2->phcode]->phflags & phUNSTRESSED)) in SubstitutePhonemes()
H A Ddictionary.cpp1058 if((stress < 0) && (control & 1) && (ph->phflags & phUNSTRESSED)) in GetVowelStress()
1866 if(((phoneme_tab[c]->phflags & phUNSTRESSED) == 0) && in AppendPhonemes()
/dports/audio/praat/praat-6.2.03/external/espeak/
H A Dphoneme.h175 #define phUNSTRESSED (1 << phFLAGBIT_UNSTRESSED) macro
H A Dphonemelist.cpp83 if ((plist2->stresslevel > 1) && (phoneme_tab[plist2->phcode]->phflags & phUNSTRESSED)) in SubstitutePhonemes()
H A Ddictionary.cpp885 if ((stress < 0) && (control & 1) && (ph->phflags & phUNSTRESSED)) in GetVowelStress()
1522 if (((phoneme_tab[c]->phflags & phUNSTRESSED) == 0) && in AppendPhonemes()
H A Dcompiledata.cpp278 { "unstressed", tPHONEME_FLAG, phUNSTRESSED }, in ddot_()