HomeSort by relevance Sort by last modified time
    Searched full:lexblocks (Results 1 - 2 of 2) sorted by null

  /external/svox/pico/lib/
picoklex.c 47 - lex consists of optional searchindex and a non-empty list of lexblocks
48 - lexblocks are fixed size, at the start of a block there is also the
142 picoos_uint16 nrblocks; /* nr lexblocks = nr eles in searchind */
144 picoos_uint8 *lexblocks; member in struct:klex_subobj
172 klex->lexblocks = this->base + PICOKLEX_LEX_NRBLOCKS_SIZE +
321 /* Determine number of adjacent lexblocks containing entries for
431 rv = klex_lexMatch(&(this->lexblocks[lexpos]), graph, graphlen);
434 klex_setLexResult(&(this->lexblocks[lexpos]), lexpos, lexres);
440 lexpos += this->lexblocks[lexpos];
441 lexpos += this->lexblocks[lexpos]
    [all...]
picoklex.h 82 the IND-bytes are the byte position(s) in the lexblocks part of the
83 lexicon byte stream, starting at picoklex_lex_t.lexblocks.

Completed in 2347 milliseconds