OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:picodata_cbPutCh
(Results
1 - 3
of
3
) sorted by null
/external/svox/pico/lib/
picodata.h
86
pico_status_t
picodata_cbPutCh
(register picodata_CharBuffer this, picoos_char ch);
picodata.c
145
pico_status_t
picodata_cbPutCh
(register picodata_CharBuffer this,
593
result =
picodata_cbPutCh
(this->cbOut,(picoos_char) ch);
[
all
...]
picoctrl.c
731
while ((*bytesPut < textSize) && (PICO_OK ==
picodata_cbPutCh
(this->cbIn, text[*bytesPut]))) {
Completed in 27 milliseconds