Searched refs:tmppitch (Results 1 - 1 of 1) sorted by relevance

/external/svox/pico/tts/
H A Dcom_svox_picottsengine.cpp1428 char tmppitch[4]; local
1429 sprintf(tmppitch, "%d", picoProp_currPitch);
1430 if (*iosize < strlen(tmppitch)+1) {
1431 *iosize = strlen(tmppitch) + 1;
1434 strcpy(value, tmppitch);

Completed in 60 milliseconds