Home | History | Annotate | Download | only in common

Lines Matching refs:RBBIDebugPrintf

217     RBBIDebugPrintf("   %s\n", heading);
219 RBBIDebugPrintf("State | Acc LA TagIx");
220 for (c=0; c<fHeader->fCatCount; c++) {RBBIDebugPrintf("%3d ", c);}
221 RBBIDebugPrintf("\n------|---------------"); for (c=0;c<fHeader->fCatCount; c++) {
222 RBBIDebugPrintf("----");
224 RBBIDebugPrintf("\n");
227 RBBIDebugPrintf(" N U L L T A B L E\n\n");
233 RBBIDebugPrintf("%4d | %3d %3d %3d ", s, row->fAccepting, row->fLookAhead, row->fTagIdx);
235 RBBIDebugPrintf("%3d ", row->fNextState[c]);
237 RBBIDebugPrintf("\n");
239 RBBIDebugPrintf("\n");
246 RBBIDebugPrintf("RBBI Data at %p\n", (void *)fHeader);
247 RBBIDebugPrintf(" Version = {%d %d %d %d}\n", fHeader->fFormatVersion[0], fHeader->fFormatVersion[1],
249 RBBIDebugPrintf(" total length of data = %d\n", fHeader->fLength);
250 RBBIDebugPrintf(" number of character categories = %d\n\n", fHeader->fCatCount);
257 RBBIDebugPrintf("\nOrignal Rules source:\n");
259 RBBIDebugPrintf("%c", fRuleSource[c]);
261 RBBIDebugPrintf("\n\n");