Home
last modified time | relevance | path

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

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