Home | History | Annotate | Download | only in lib

Lines Matching refs:found

291  If the property is found, a value > 0 is returned otherwise 0 */
412 /* PICODBG_DEBUG(("picoktab_graphOffset: utf char '%s' found", utf8graph));
424 PICODBG_DEBUG(("picoktab_graphOffset: utf char '%s' not found", utf8graph));
1019 picoos_uint8 found;
1024 found = FALSE;
1032 found = TRUE;
1057 for (i = 0; !found && (i < grplen); i++) {
1059 found = TRUE;
1069 return found;
1100 /* combination not found; shouldn't occur if lingware OK! */
1102 PICODBG_WARN(("dynamically created POS combination not found in table; taking first (%i)",poslist[0]));