Home | History | Annotate | Download | only in tts

Lines Matching refs:strchr

597     while ((pos<textlen) && (strchr(seps,str[pos]) != NULL)) {
606 while ((pos<textlen) && (strchr(seps,str[pos]) == NULL)) {
635 while ((pos < textlen) && (strchr(seps, str[pos]) != NULL)) {
645 while ((pos < textlen) && (strchr(seps, str[pos]) == NULL)) {