Lines Matching refs:RBBIDebugPrintf
245 RBBIDebugPrintf(" %s\n", heading);
247 RBBIDebugPrintf("State | Acc LA TagIx");
248 for (c=0; c<fHeader->fCatCount; c++) {RBBIDebugPrintf("%3d ", c);}
249 RBBIDebugPrintf("\n------|---------------"); for (c=0;c<fHeader->fCatCount; c++) {
250 RBBIDebugPrintf("----");
252 RBBIDebugPrintf("\n");
255 RBBIDebugPrintf(" N U L L T A B L E\n\n");
261 RBBIDebugPrintf("%4d | %3d %3d %3d ", s, row->fAccepting, row->fLookAhead, row->fTagIdx);
263 RBBIDebugPrintf("%3d ", row->fNextState[c]);
265 RBBIDebugPrintf("\n");
267 RBBIDebugPrintf("\n");
274 RBBIDebugPrintf("RBBI Data at %p\n", (void *)fHeader);
275 RBBIDebugPrintf(" Version = {%d %d %d %d}\n", fHeader->fFormatVersion[0], fHeader->fFormatVersion[1],
277 RBBIDebugPrintf(" total length of data = %d\n", fHeader->fLength);
278 RBBIDebugPrintf(" number of character categories = %d\n\n", fHeader->fCatCount);
285 RBBIDebugPrintf("\nOrignal Rules source:\n");
287 RBBIDebugPrintf("%c", fRuleSource[c]);
289 RBBIDebugPrintf("\n\n");