Home | History | Annotate | Download | only in grxmlcompile

Lines Matching defs:pron

99         LCHAR *pron = 0;
101 pron = &prons[0]+len_used;
102 len_used += LSTRLEN(pron)+1;
104 std::cout << "DEBUG: used " << len_used << " now " << LSTRLEN(pron) << std::endl;
106 std::string pronString( pron ); // wstring conversion if needed
109 std::cout << "DEBUG: " << phrase << " " << pron << std::endl;
146 std::cout << "Pron #" << ii << ": " << s << std::endl;
157 std::cout << " Pron #" << ii << ": " << s << std::endl;
187 std::string pron;
192 getPron( pronIndex, pron );
193 int numPhonemes = pron.size();
197 cphon = pron.at(0);
206 lphon = pron.at(picIndex-1);
210 lphon = pron.at(picIndex-1);
211 rphon = pron.at(picIndex+1);
213 cphon = pron.at(picIndex);
222 std::string pron;
231 getPron( ii, pron );
237 cphon = pron.at(0);
244 lphon = pron.at(0);
245 cphon = pron.at(1);
246 rphon = pron.at(2);