HomeSort by relevance Sort by last modified time
    Searched refs:PICOTRNS_POS_IGNORE (Results 1 - 3 of 3) sorted by null

  /external/svox/pico/lib/
picotrns.h 70 #define PICOTRNS_POS_IGNORE (picoos_int16) -3 /* value to mark a pos/sym pair to be ignored (e.g. start/term symbols only used by the transducer) */
picosa.c     [all...]
picospho.c 479 return sphoAddPhoneme(spho, PICOTRNS_POS_IGNORE,
486 && sphoAddPhoneme(spho, PICOTRNS_POS_IGNORE,
685 while ((spho->phonReadPos < spho->phonWritePos) && (PICOTRNS_POS_IGNORE == spho->phonBuf[spho->phonReadPos].pos)) {
    [all...]

Completed in 24 milliseconds