Home | History | Annotate | Download | only in lib

Lines Matching refs:phonReadPos

207     picoos_uint16 phonReadPos, phonWritePos; /* next pos to read from phonBufIn, next pos to write to phonBufIn */
278 spho->phonReadPos = 0;
685 while ((spho->phonReadPos < spho->phonWritePos) && (PICOTRNS_POS_IGNORE == spho->phonBuf[spho->phonReadPos].pos)) {
686 PICODBG_DEBUG(("ignoring phone at spho->phonBuf[%i] because it has pos==IGNORE",spho->phonReadPos));
687 spho->phonReadPos++;
689 if ((spho->phonReadPos < spho->phonWritePos)) {
690 *pos = spho->phonBuf[spho->phonReadPos].pos;
692 *sym = spho->phonBuf[spho->phonReadPos++].sym;
973 spho->phonReadPos = 0;
1216 spho->phonReadPos = 0;
1287 spho->phonReadPos = 0;
1387 spho->phonReadPos = 0;
1523 PICODBG_TRACE(("SYL expects accent at phonBuf[%i] = (%i,%i) (outReadPos=%i)", spho->phonReadPos, spho->phonBuf[spho->phonReadPos].pos, spho->phonBuf[spho->phonReadPos].sym,spho->outReadPos));