Searched refs:phonBuf (Results 1 – 2 of 2) sorted by relevance
205 picotrns_possym_t * phonBuf; member276 spho->phonBuf = spho->phonBufA; in sphoReset()471 spho->phonBuf[spho->phonWritePos].pos = pos; in sphoAddPhoneme()472 spho->phonBuf[spho->phonWritePos].sym = sym; in sphoAddPhoneme()638 tmpPosSym.pos = spho->phonBuf[i].pos; in sphoExtractPhonemes()639 tmpPosSym.sym = spho->phonBuf[i].sym; in sphoExtractPhonemes()640 spho->phonBuf[i].pos = spho->phonBuf[j].pos; in sphoExtractPhonemes()641 spho->phonBuf[i].sym = spho->phonBuf[j].sym; in sphoExtractPhonemes()642 spho->phonBuf[j].pos = tmpPosSym.pos; in sphoExtractPhonemes()643 spho->phonBuf[j].sym = tmpPosSym.sym; in sphoExtractPhonemes()[all …]
206 picotrns_possym_t * phonBuf; member291 sa->phonBuf = sa->phonBufA; in saInitialize()1057 sa->phonBuf[sa->phonWritePos].pos = pos; in saAddPhoneme()1058 sa->phonBuf[sa->phonWritePos].sym = sym; in saAddPhoneme()1129 …while ((sa->phonReadPos < sa->phonWritePos) && (PICOTRNS_POS_IGNORE == sa->phonBuf[sa->phonReadPos… in getNextPosSym()1134 *pos = sa->phonBuf[sa->phonReadPos].pos; in getNextPosSym()1136 *sym = sa->phonBuf[sa->phonReadPos++].sym; in getNextPosSym()1587 … PICOTRNS_PRINTSYMSEQ(this->voice->kbArray[PICOKNOW_KBID_DBG], sa->phonBuf, sa->phonWritePos); in saStep()1592 picotrns_trivial_syllabify(sa->tabphones, sa->phonBuf, in saStep()1608 sa->phonWritePos, sa->phonBuf, in saStep()[all …]