Home
last modified time | relevance | path

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

/external/svox/pico/tts/
Dcom_svox_picottsengine.cpp1419 char tmprate[4]; in getProperty() local
1420 sprintf(tmprate, "%d", picoProp_currRate); in getProperty()
1421 if (*iosize < strlen(tmprate)+1) { in getProperty()
1422 *iosize = strlen(tmprate) + 1; in getProperty()
1425 strcpy(value, tmprate); in getProperty()