Home | History | Annotate | Download | only in tts

Lines Matching refs:iosize

1384  *  @iosize   - size of value - if size is too small on return this will contain actual size needed
1387 tts_result TtsEngine::getProperty( const char * property, char * value, size_t * iosize )
1406 if (*iosize < strlen(picoProp_currLang)+1) {
1407 *iosize = strlen(picoProp_currLang) + 1;
1416 if (*iosize < strlen(tmprate)+1) {
1417 *iosize = strlen(tmprate) + 1;
1425 if (*iosize < strlen(tmppitch)+1) {
1426 *iosize = strlen(tmppitch) + 1;
1434 if (*iosize < strlen(tmpvol)+1) {
1435 *iosize = strlen(tmpvol) + 1;