Searched defs:lexres (Results 1 - 2 of 2) sorted by relevance

/external/svox/pico/lib/
H A Dpicoklex.c388 picoklex_lexl_result_t *lexres) {
394 lexres->posind[0] = lexentry[lexentry[0] + 1];
396 lexres->phonfound = FALSE;
397 lexres->posindlen = 1;
398 lexres->nrres = 1;
399 PICODBG_DEBUG(("result %d :G2P", lexres->nrres));
401 i = lexres->nrres * (PICOKLEX_POSIND_SIZE);
402 lexres->posindlen += PICOKLEX_POSIND_SIZE;
403 lexres->phonfound = TRUE;
405 lexres
386 klex_setLexResult(const picoos_uint8 *lexentry, const picoos_uint32 lexpos, picoklex_lexl_result_t *lexres) argument
416 klex_lexblockLookup(klex_SubObj this, const picoos_uint32 lexposStart, const picoos_uint32 lexposEnd, const picoos_uint8 *graph, const picoos_uint16 graphlen, picoklex_lexl_result_t *lexres) argument
482 picoklex_lexLookup(const picoklex_Lex this, const picoos_uint8 *graph, const picoos_uint16 graphlen, picoklex_lexl_result_t *lexres) argument
[all...]
H A Dpicowa.c258 picoklex_lexl_result_t lexres; local
281 found = picoklex_lexLookup(wa->ulex[i], content, head->len, &lexres);
290 if (!found && !picoklex_lexLookup(wa->lex, content, head->len, &lexres)) {
306 if (lexres.phonfound) { /* incl. ind-phone and possibly multi-ent. */
307 if (lexres.nrres > PICOKLEX_MAX_NRRES) {
313 lexres.nrres = PICOKLEX_MAX_NRRES;
316 if (lexres.nrres == 1) {
317 head->info1 = lexres.posind[0];
321 for (i = 0; i < lexres.nrres; i++) {
322 posbuf[i] = lexres
[all...]

Completed in 97 milliseconds