Lines Matching refs:picoos_uint16
179 picoos_uint16 cind;
193 picoos_uint16 headxBottom; /* bottom */
194 picoos_uint16 headxLen; /* length, 0 if empty */
197 picoos_uint16 cbuf1BufSize; /* actually allocated size */
198 picoos_uint16 cbuf1Len; /* length, 0 if empty */
201 picoos_uint16 cbuf2BufSize; /* actually allocated size */
202 picoos_uint16 cbuf2Len; /* length, 0 if empty */
208 …picoos_uint16 phonReadPos, phonWritePos; /* next pos to read from phonBufIn, next pos to write to …
209 picoos_uint16 nextReadPos; /* position of (potential) next item to read from */
215 picoos_uint16 maxAltDescLen;
247 picoos_uint16 i; in saInitialize()
335 picoos_uint16 itmp; in saInitialize()
425 picoos_uint16 *numBytesOutput);
491 const picoos_uint16 ind, in saPosDItemSeqGetPosRight()
492 const picoos_uint16 top, in saPosDItemSeqGetPosRight()
493 picoos_uint16 *rightind) { in saPosDItemSeqGetPosRight()
515 picoos_uint16 valbuf[PICOKDT_NRATT_POSD]; /* only [0..half_nratt_posd] can be >2^8 */ in saDisambPos()
516 picoos_uint16 prevout; /* direct dt output (hist.) or POS of prev word */ in saDisambPos()
517 picoos_uint16 lastprev3; /* last index of POS(es) found to the left */ in saDisambPos()
518 picoos_uint16 curPOS; /* POS(es) of current word */ in saDisambPos()
523 picoos_uint16 inval; in saDisambPos()
524 picoos_uint16 fallback; in saDisambPos()
700 picoos_uint16 ind) { in saCopyItemContent1to2()
701 picoos_uint16 i; in saCopyItemContent1to2()
702 picoos_uint16 cind1; in saCopyItemContent1to2()
736 picoos_uint16 ind) { in saLexIndLookup()
740 picoos_uint16 i; in saLexIndLookup()
794 const picoos_uint16 inLen, in saGetNrVowel()
835 const picoos_uint16 phonesmaxlen, in saDoG2P()
836 picoos_uint16 *plen) { in saDoG2P()
837 picoos_uint16 outNp1Ch; /*last 3 outputs produced*/ in saDoG2P()
838 picoos_uint16 outNp2Ch; in saDoG2P()
839 picoos_uint16 outNp3Ch; in saDoG2P()
843 picoos_uint16 nOutVal; in saDoG2P()
845 picoos_uint16 phonesind; in saDoG2P()
849 picoos_uint16 i; in saDoG2P()
1007 picoos_uint16 ind) { in saGraphemeToPhoneme()
1008 picoos_uint16 plen; in saGraphemeToPhoneme()
1044 static pico_status_t saAddPhoneme(register sa_subobj_t *sa, picoos_uint16 pos, picoos_uint16 sym) { in saAddPhoneme()
1079 register sa_subobj_t *sa, picoos_uint16 pos, in saExtractPhonemes()
1190 picoos_uint16 *numBytesOutput) { in saStep()
1194 picoos_uint16 blen = 0; in saStep()
1195 picoos_uint16 clen = 0; in saStep()
1196 picoos_uint16 i; in saStep()
1680 picoos_uint16 phonWritePos = PICODATA_ITEM_HEADSIZE; in saStep()