Home | History | Annotate | Download | only in lib

Lines Matching refs:found

262     picoos_bool found;
268 if no entry found:
278 found = FALSE;
280 while (!found && (i < wa->numUlex)) {
281 found = picoklex_lexLookup(wa->ulex[i], content, head->len, &lexres);
284 /* note that if found, i will be incremented nevertheless, so i >= 1 */
285 if (found) {
290 if (!found && !picoklex_lexLookup(wa->lex, content, head->len, &lexres)) {
291 /* no lex entry found, WORDGRAPH(POS,NA)graph */
304 } else { /* at least one entry found */
305 PICODBG_DEBUG(("at least one entry found in lexicon %i",foundIndex));