Home
last modified time | relevance | path

Searched refs:PICOTRNS_POS_IGNORE (Results 1 – 3 of 3) sorted by relevance

/external/svox/pico/lib/
Dpicotrns.h70 #define PICOTRNS_POS_IGNORE (picoos_int16) -3 /* value to mark a pos/sym pair to be ignored (e… macro
Dpicospho.c479 return sphoAddPhoneme(spho, PICOTRNS_POS_IGNORE, in sphoAddStartPhoneme()
486 && sphoAddPhoneme(spho, PICOTRNS_POS_IGNORE, in sphoAddTermPhonemes()
685 …while ((spho->phonReadPos < spho->phonWritePos) && (PICOTRNS_POS_IGNORE == spho->phonBuf[spho->pho… in getNextPosSym()
Dpicosa.c1098 rv = saAddPhoneme(sa, PICOTRNS_POS_IGNORE, in saExtractPhonemes()
1106 rv = saAddPhoneme(sa, PICOTRNS_POS_IGNORE, in saExtractPhonemes()
1129 …while ((sa->phonReadPos < sa->phonWritePos) && (PICOTRNS_POS_IGNORE == sa->phonBuf[sa->phonReadPos… in getNextPosSym()