Home
last modified time | relevance | path

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

/external/svox/pico/lib/
Dpicodata.h86 pico_status_t picodata_cbPutCh(register picodata_CharBuffer this, picoos_char ch);
Dpicodata.c145 pico_status_t picodata_cbPutCh(register picodata_CharBuffer this, in picodata_cbPutCh() function
593 result = picodata_cbPutCh(this->cbOut,(picoos_char) ch); in puSimpleStep()
Dpicoctrl.c731 while ((*bytesPut < textSize) && (PICO_OK == picodata_cbPutCh(this->cbIn, text[*bytesPut]))) { in picoctrl_engFeedText()