Home
last modified time | relevance | path

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

/external/svox/pico/lib/
Dpicoctrl.c725 picoos_int16 textSize, picoos_int16 * bytesPut) { in picoctrl_engFeedText() argument
730 *bytesPut = 0; in picoctrl_engFeedText()
731 while ((*bytesPut < textSize) && (PICO_OK == picodata_cbPutCh(this->cbIn, text[*bytesPut]))) { in picoctrl_engFeedText()
732 (*bytesPut)++; in picoctrl_engFeedText()
Dpicoctrl.h69 picoos_int16 * bytesPut);
Dpicoapi.c598 pico_Int16 *bytesPut) in pico_putTextUtf8() argument
608 } else if (bytesPut == NULL) { in pico_putTextUtf8()
612 … status = picoctrl_engFeedText((picoctrl_Engine) engine, (picoos_char *)text, textSize, bytesPut); in pico_putTextUtf8()