Searched refs:searchind (Results 1 - 1 of 1) sorted by relevance

/external/svox/pico/lib/
H A Dpicoklex.c142 picoos_uint16 nrblocks; /* nr lexblocks = nr eles in searchind */
143 picoos_uint8 *searchind; member in struct:klex_subobj
168 klex->searchind = this->base + curpos;
170 klex->searchind = NULL;
252 val = this->searchind[pos];
253 val = (val << 8) + this->searchind[pos + 1];
254 val = (val << 8) + this->searchind[pos + 2];
312 this->searchind[pos], this->searchind[pos + 1],
313 this->searchind[po
[all...]

Completed in 123 milliseconds