Lines Matching refs:picoos_uint8
127 picoos_uint8 boundstrength; /* bstrength to the left, 0 if not set */
128 picoos_uint8 boundtype; /* btype for following phrase, 0 if not set */
133 picoos_uint8 procState; /* for next processing step decision */
134 picoos_uint8 boundStrengthState; /* boundary strength state */
136 picoos_uint8 inspaceok; /* flag: headx/cbuf has space for an item */
137 picoos_uint8 needsmoreitems; /* flag: need more items */
139 picoos_uint8 tmpbuf[PICODATA_MAX_ITEMSIZE]; /* tmp. location for an item */
145 picoos_uint8 cbuf[PICOACPH_MAXSIZE_CBUF];
328 static picoos_uint8 acphGetNrSylls(register picodata_ProcessingUnit this, in acphGetNrSylls()
331 picoos_uint8 i; in acphGetNrSylls()
332 picoos_uint8 ch; in acphGetNrSylls()
333 picoos_uint8 count; in acphGetNrSylls()
352 static picoos_uint8 acphPhrItemSeqGetPosLeft(register picodata_ProcessingUnit this, in acphPhrItemSeqGetPosLeft()
356 picoos_uint8 val; in acphPhrItemSeqGetPosLeft()
374 picoos_uint8 valbuf[5]; in acphSubPhrasing()
379 picoos_uint8 curpos; /* POS(es) of current word */ in acphSubPhrasing()
381 picoos_uint8 okay; in acphSubPhrasing()
382 picoos_uint8 nosubphrases; in acphSubPhrasing()
510 acph->headx[i].boundstrength = (picoos_uint8)dtres.class; in acphSubPhrasing()
617 static picoos_uint8 acphAccItemSeqGetPosLeft(register picodata_ProcessingUnit this, in acphAccItemSeqGetPosLeft()
621 picoos_uint8 val; in acphAccItemSeqGetPosLeft()
637 static picoos_uint8 acphAccNrSyllParts(register picodata_ProcessingUnit this, in acphAccNrSyllParts()
640 picoos_uint8 *s1, in acphAccNrSyllParts()
641 picoos_uint8 *s2) { in acphAccNrSyllParts()
644 picoos_uint8 afterprim; in acphAccNrSyllParts()
684 static picoos_uint8 acphAccGetNrsRight(register picodata_ProcessingUnit this, in acphAccGetNrsRight()
692 picoos_uint8 s1; in acphAccGetNrsRight()
693 picoos_uint8 s2; in acphAccGetNrsRight()
732 static picoos_uint8 acphAccGetNrsLeft(register picodata_ProcessingUnit this, in acphAccGetNrsLeft()
738 picoos_uint8 s1; in acphAccGetNrsLeft()
739 picoos_uint8 s2; in acphAccGetNrsLeft()
767 static picoos_uint8 acphIsWordWithoutStress(register picodata_ProcessingUnit this, in acphIsWordWithoutStress()
770 picoos_uint8 i; in acphIsWordWithoutStress()
788 picoos_uint8 valbuf[5]; in acphAccentuation()
798 picoos_uint8 curpos; /* POS(es) of current word */ in acphAccentuation()
800 picoos_uint8 okay; in acphAccentuation()
945 acph->headx[i].head.info2 = (picoos_uint8)dtres.class; in acphAccentuation()
948 acph->headx[i].head.info2 = (picoos_uint8)dtres.class; in acphAccentuation()
966 static picoos_uint8 acphPutBoundItem(register picodata_ProcessingUnit this, in acphPutBoundItem()
968 const picoos_uint8 strength, in acphPutBoundItem()
969 const picoos_uint8 type, in acphPutBoundItem()
970 picoos_uint8 *dopuoutfull, in acphPutBoundItem()
1005 (picoos_uint8 *)"acph: ", acph->tmpbuf, blen); in acphPutBoundItem()
1194 picoos_uint8 i, j, ittype; in acphStep()
1268 picoos_uint8 dopuoutfull; in acphStep()
1394 (picoos_uint8 *)"acph: ", in acphStep()