Home | History | Annotate | Download | only in lib

Lines Matching refs:picoos_uint8

90     picoos_uint8 nrres;      /* number of results, 0 of no entry found */
91 picoos_uint8 posindlen; /* number of posind bytes */
92 picoos_uint8 phonfound; /* phones found flag, TRUE if found */
93 picoos_uint8 posind[PICOKLEX_POSIND_MAXLEN]; /* sequence of multi-ind,
109 picoos_uint8 picoklex_lexLookup(const picoklex_Lex this,
110 const picoos_uint8 *graph,
117 picoos_uint8 picoklex_lexIndLookup(const picoklex_Lex this,
118 const picoos_uint8 *ind,
119 const picoos_uint8 indlen,
120 picoos_uint8 *pos,
121 picoos_uint8 **phon,
122 picoos_uint8 *phonlen);