Home
last modified time | relevance | path

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

/external/svox/pico/lib/
Dpicodata.h89 picoos_int16 picodata_cbGetCh(register picodata_CharBuffer this);
Dpicodata.c159 picoos_int16 picodata_cbGetCh(register picodata_CharBuffer this) in picodata_cbGetCh() function
592 while ((result == PICO_OK) && (ch = picodata_cbGetCh(this->cbIn)) != PICO_EOF) { in puSimpleStep()
Dpicotok.c1563 else if (PICO_EOF != (ch = picodata_cbGetCh(this->cbIn))) { in tokStep()