Home | History | Annotate | Download | only in tts

Lines Matching refs:idx

971     int             idx;                                /* index into table         */
981 for (idx = 0; idx < phn_cnt; idx ++) { /* for each item in table */
982 if (IPnt == PhnAry[idx].strIPA) { /* matches IPA code */
983 strcat( XPnt, (const char *)&(PhnAry[idx].strXSAMPA) ); /* copy the XSAMPA string */