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

/external/svox/pico/lib/
H A Dpicowa.c69 /* ulex knowledge bases */
71 picoklex_Lex ulex[PICOKNOW_MAX_NUM_ULEX]; member in struct:wa_subobj
83 picoklex_Lex ulex; local
113 /* kb ulex[] */
116 ulex = picoklex_getLex(this->voice->kbArray[ulexKbIds[i]]);
117 if (NULL != ulex) {
118 wa->ulex[wa->numUlex++] = ulex;
281 found = picoklex_lexLookup(wa->ulex[i], content, head->len, &lexres);
H A Dpicosa.c232 /* ulex knowledge bases */
234 picoklex_Lex ulex[PICOKNOW_MAX_NUM_ULEX]; member in struct:sa_subobj
250 picoklex_Lex ulex; local
410 /* kb ulex[] */
413 ulex = picoklex_getLex(this->voice->kbArray[ulexKbIds[i]]);
414 if (NULL != ulex) {
415 sa->ulex[sa->numUlex++] = ulex;
1444 lex = sa->ulex[sa->headx[i].head.info2-1];

Completed in 343 milliseconds