Home
last modified time | relevance | path

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

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