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

  /external/svox/pico/lib/
picospho.c 77 * - phonBuf,
105 * - PROCESS_PARSE : go through inBuf items and extract position/phoneme pairs into phoneme buffer 'phonBuf'
107 * - PROCESS_TRANSDUCE : transduce phonBuf
121 * - PROCESS_SYL : the WORDPHON coming from RECOMB is matched against the phonBuf and (new) SYLLPHON items
205 picotrns_possym_t * phonBuf;
276 spho->phonBuf = spho->phonBufA;
465 PICODBG_TRACE(("adding %i/%i (%c on plane %i) at phonBuf[%i]",pos,sym,unshifted,plane,spho->phonWritePos));
471 spho->phonBuf[spho->phonWritePos].pos = pos;
472 spho->phonBuf[spho->phonWritePos].sym = sym;
521 /* extract phonemes of an item into a phonBuf */
    [all...]
picosa.c 206 picotrns_possym_t * phonBuf;
291 sa->phonBuf = sa->phonBufA;
    [all...]

Completed in 46 milliseconds