Home | History | Annotate | Download | only in lib

Lines Matching refs:upbound

380     picoos_uint16 upbound;   /* index of last WORDPHON item (with POS) */
390 /* set upbound to last WORDPHON, don't worry about first one */
391 upbound = acph->headxLen - 1;
392 while ((upbound > 0) &&
393 (acph->headx[upbound].head.type != PICODATA_ITEM_WORDPHON)) {
394 upbound--;
399 if (upbound <= 0) {
404 lastprev2 = upbound;
406 /* set initial nr pre/fol words/sylls, upbound is ind of last WORDPHON */
410 for (i = 0; i < upbound; i++) {
420 valbuf[1] = acph->headx[upbound].head.info1;
431 for (i = upbound; (i > 0) && (nrwordspre > 1); i--) {
801 picoos_int32 upbound; /* index of last WORDPHON item (with POS) */
808 /* set upbound to last WORDPHON */
809 upbound = acph->headxLen - 1;
810 while ((upbound >= 0) &&
811 (acph->headx[upbound].head.type != PICODATA_ITEM_WORDPHON)) {
812 upbound--;
815 if (upbound < 0) {
821 lastprev2 = upbound;
828 /* set initial nr pre/fol words/sylls, upbound is ind of last WORDPHON */
837 valbuf[1] = acph->headx[upbound].head.info1;
847 for (i = upbound+1; i > 0; ) {