Home
last modified time | relevance | path

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

/external/svox/pico/tts/
Dcom_svox_picottsengine.cpp531 int textlen; /* property string length */ in doAddProperties() local
533 textlen = strlen(str) + 1; in doAddProperties()
535 textlen += strlen(PICO_PITCH_OPEN_TAG) + 5; in doAddProperties()
536 textlen += strlen(PICO_PITCH_CLOSE_TAG); in doAddProperties()
540 textlen += strlen(PICO_SPEED_OPEN_TAG) + 5; in doAddProperties()
541 textlen += strlen(PICO_SPEED_CLOSE_TAG); in doAddProperties()
546 textlen += strlen(PICO_VOLUME_OPEN_TAG) + 5; in doAddProperties()
547 textlen += strlen(PICO_VOLUME_CLOSE_TAG); in doAddProperties()
552 data = (char *) malloc( textlen ); /* allocate string */ in doAddProperties()
556 memset(data, 0, textlen); /* clear it */ in doAddProperties()
[all …]
/external/qemu/android/
Dconsole.c1579 int textlen; in do_sms_send() local
1603 textlen = strlen(p); in do_sms_send()
1604 textlen = sms_utf8_from_message_str( p, textlen, (unsigned char*)p, textlen ); in do_sms_send()
1605 if (textlen < 0) { in do_sms_send()
1622 pdus = smspdu_create_deliver_utf8( (cbytes_t)p, textlen, &sender, NULL ); in do_sms_send()
1983 int textlen; in do_event_text() local
2001 textlen = strlen((char*)p); in do_event_text()
2002 textlen = sms_utf8_from_message_str( args, textlen, (unsigned char*)p, textlen ); in do_event_text()
2003 if (textlen < 0) { in do_event_text()
2014 end = p + textlen; in do_event_text()