HomeSort by relevance Sort by last modified time
    Searched refs:posind (Results 1 - 3 of 3) sorted by null

  /external/svox/pico/lib/
picoklex.h 78 /* the lexicon lookup result(s) are stored in field posind, which
86 is stored in posind, nrres equals one, and phonfound is FALSE.
91 picoos_uint8 posindlen; /* number of posind bytes */
93 picoos_uint8 posind[PICOKLEX_POSIND_MAXLEN]; /* sequence of multi-ind, member in struct:__anon28602
picoklex.c 394 lexres->posind[0] = lexentry[lexentry[0] + 1];
405 lexres->posind[i++] = lexentry[lexentry[0] + 1];
407 lexres->posind[i++] = 0x000000ff & (lexpos);
408 lexres->posind[i++] = 0x000000ff & (lexpos >> 8);
409 lexres->posind[i] = 0x000000ff & (lexpos >> 16);
picowa.c 317 head->info1 = lexres.posind[0];
322 posbuf[i] = lexres.posind[i * PICOKLEX_POSIND_SIZE];
329 if ((status = picodata_put_itemparts(head, lexres.posind,
346 lexres.posind[0])) {

Completed in 53 milliseconds