Home | History | Annotate | Download | only in lib

Lines Matching refs:ind

330                                  const picoos_uint16 ind) {
336 for (i = 0; i < acph->headx[ind].head.len; i++) {
337 ch = acph->cbuf[acph->headx[ind].cind + i];
351 /* find next POS to the left of 'ind' and return its POS and index */
354 const picoos_uint16 ind,
360 for (i = ind - 1; ((val == PICOKDT_EPSILON) && (i >= 0)); i--) {
406 /* set initial nr pre/fol words/sylls, upbound is ind of last WORDPHON */
616 /* find next POS to the left of 'ind' and return its POS and index */
619 const picoos_uint16 ind,
625 for (i = ind - 1; ((val == PICOKDT_EPSILON) && (i >= 0)); i--) {
639 const picoos_uint16 ind,
646 /* check ind is in valid range */
647 if (ind >= acph->headxLen) {
654 pend = acph->headx[ind].cind + acph->headx[ind].head.len;
655 for (pind = acph->headx[ind].cind; pind < pend; pind++) {
686 const picoos_uint16 ind,
695 if (!acphAccNrSyllParts(this, acph, ind, &s1, &s2)) {
701 i = ind + 1;
713 i = ind + 1;
734 const picoos_uint16 ind,
741 if (!acphAccNrSyllParts(this, acph, ind, &s1, &s2)) {
747 i = ind - 1;
769 const picoos_uint16 ind) {
773 pos = acph->headx[ind].cind;
774 for (i = 0; i < acph->headx[ind].head.len; i++) {
828 /* set initial nr pre/fol words/sylls, upbound is ind of last WORDPHON */