Home
last modified time | relevance | path

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

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