Home
last modified time | relevance | path

Searched refs:PICOKLEX_POSIND_SIZE (Results 1 – 4 of 4) sorted by relevance

/external/svox/pico/lib/
Dpicoklex.h71 #define PICOKLEX_POSIND_SIZE 4 macro
Dpicoklex.c401 i = lexres->nrres * (PICOKLEX_POSIND_SIZE); in klex_setLexResult()
402 lexres->posindlen += PICOKLEX_POSIND_SIZE; in klex_setLexResult()
Dpicosa.c666 for (i = 0; i < sa->headx[ci].head.len; i += PICOKLEX_POSIND_SIZE) { in saDisambPos()
672 i/PICOKLEX_POSIND_SIZE + 1)); in saDisambPos()
685 sa->headx[ci].head.len = PICOKLEX_POSIND_SIZE; in saDisambPos()
Dpicowa.c322 posbuf[i] = lexres.posind[i * PICOKLEX_POSIND_SIZE]; in waProcessWordgraph()