Searched refs:textlen (Results 1 - 3 of 3) sorted by relevance

/external/svox/pico/tts/
H A Dcom_svox_picottsengine.cpp530 int textlen; /* property string length */ local
532 textlen = strlen(str) + 1;
534 textlen += strlen(PICO_PITCH_OPEN_TAG) + 5;
535 textlen += strlen(PICO_PITCH_CLOSE_TAG);
539 textlen += strlen(PICO_SPEED_OPEN_TAG) + 5;
540 textlen += strlen(PICO_SPEED_CLOSE_TAG);
545 textlen += strlen(PICO_VOLUME_OPEN_TAG) + 5;
546 textlen += strlen(PICO_VOLUME_CLOSE_TAG);
551 data = (char *) malloc( textlen ); /* allocate string */
555 memset(data, 0, textlen); /* clea
603 get_tok(const char * str , int pos, int textlen, int *tokstart, int *toklen) argument
635 get_sub_tok(const char * str , int pos, int textlen, int *tokstart, int *toklen) argument
681 int textlen; /* input string length */ local
[all...]
/external/libvncserver/rfb/
H A Drfbclient.h174 typedef void (*GotXCutTextProc)(struct _rfbClient* client, const char *text, int textlen);
/external/libvncserver/client_examples/
H A Dgtkvncviewer.c141 static void got_cut_text (rfbClient *cl, const char *text, int textlen) argument

Completed in 1223 milliseconds