Home
last modified time | relevance | path

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

/external/svox/pico/tts/
Dcom_svox_picottsengine.cpp530 int textlen; /* property string length */ in doAddProperties() local
603 static int get_tok(const char * str , int pos, int textlen, int *tokstart, int *toklen) in get_tok()
635 static int get_sub_tok(const char * str , int pos, int textlen, int *tokstart, int *toklen) { in get_sub_tok()
681 int textlen; /* input string length */ in doCamelCase() local
/external/libvncserver/client_examples/
Dgtkvncviewer.c141 static void got_cut_text (rfbClient *cl, const char *text, int textlen) in got_cut_text()