Searched refs:RBBIDebugPrintf (Results 1 – 9 of 9) sorted by relevance
/external/icu/icu4c/source/common/ |
D | rbbidata.cpp | 226 RBBIDebugPrintf(" %s\n", heading); in printTable() 228 RBBIDebugPrintf("State | Acc LA TagIx"); in printTable() 229 for (c=0; c<fHeader->fCatCount; c++) {RBBIDebugPrintf("%3d ", c);} in printTable() 230 RBBIDebugPrintf("\n------|---------------"); for (c=0;c<fHeader->fCatCount; c++) { in printTable() 231 RBBIDebugPrintf("----"); in printTable() 233 RBBIDebugPrintf("\n"); in printTable() 236 RBBIDebugPrintf(" N U L L T A B L E\n\n"); in printTable() 242 RBBIDebugPrintf("%4d | %3d %3d %3d ", s, row->fAccepting, row->fLookAhead, row->fTagIdx); in printTable() 244 RBBIDebugPrintf("%3d ", row->fNextState[c]); in printTable() 246 RBBIDebugPrintf("\n"); in printTable() [all …]
|
D | rbbisetb.cpp | 428 RBBIDebugPrintf("\n\n Nonoverlapping Ranges ...\n"); in printRanges() 430 RBBIDebugPrintf("%2i %4x-%4x ", rlRange->fNum, rlRange->fStartChar, rlRange->fEndChar); in printRanges() 442 RBBI_DEBUG_printUnicodeString(setName); RBBIDebugPrintf(" "); in printRanges() 444 RBBIDebugPrintf("\n"); in printRanges() 463 RBBIDebugPrintf("\nRanges grouped by Unicode Set Membership...\n"); in printRangeGroups() 468 RBBIDebugPrintf("%2i ", groupNum); in printRangeGroups() 470 if (rlRange->fNum & DICT_BIT) { RBBIDebugPrintf(" <DICT> ");} in printRangeGroups() 482 RBBI_DEBUG_printUnicodeString(setName); RBBIDebugPrintf(" "); in printRangeGroups() 489 RBBIDebugPrintf("\n "); in printRangeGroups() 491 RBBIDebugPrintf(" %05x-%05x", tRange->fStartChar, tRange->fEndChar); in printRangeGroups() [all …]
|
D | rbbitblb.cpp | 1062 RBBIDebugPrintf(" Nullable: %s\n", n->fNullable?"TRUE":"FALSE"); in printPosSets() 1064 RBBIDebugPrintf(" firstpos: "); in printPosSets() 1067 RBBIDebugPrintf(" lastpos: "); in printPosSets() 1070 RBBIDebugPrintf(" followpos: "); in printPosSets() 1528 RBBIDebugPrintf("%5d", v==NULL? -1 : v->fSerialNum); in printSet() 1530 RBBIDebugPrintf("\n"); in printSet() 1545 RBBIDebugPrintf("state | i n p u t s y m b o l s \n"); in printStates() 1546 RBBIDebugPrintf(" | Acc LA Tag"); in printStates() 1548 RBBIDebugPrintf(" %2d", c); in printStates() 1550 RBBIDebugPrintf("\n"); in printStates() [all …]
|
D | rbbistbl.cpp | 231 RBBIDebugPrintf("Variable Definitions Symbol Table\n" in rbbiSymtablePrint() 244 RBBIDebugPrintf("%-19s %8p %7d ", CStr(s->key)(), (void *)s->val, s->val->fSerialNum); in rbbiSymtablePrint() 245 RBBIDebugPrintf(" %s\n", CStr(s->val->fLeftChild->fText)()); in rbbiSymtablePrint() 248 RBBIDebugPrintf("\nParsed Variable Definitions\n"); in rbbiSymtablePrint() 256 RBBIDebugPrintf("%s\n", CStr(s->key)()); in rbbiSymtablePrint() 259 RBBIDebugPrintf("\n"); in rbbiSymtablePrint()
|
D | rbbinode.cpp | 314 RBBIDebugPrintf("%10p", (void *)node); in printNode() 316 RBBIDebugPrintf("%10p %5d %12s %c%c %5d %5d %5d %6d %d ", in printNode() 325 RBBIDebugPrintf("\n"); in printNode() 332 RBBIDebugPrintf("%*s", minWidth, CStr(s)()); in RBBI_DEBUG_printUnicodeString() 344 …RBBIDebugPrintf(" Address serial type LeftChild RightChild Parent position value… in printNodeHeader()
|
D | rbbi.cpp | 853 RBBIDebugPrintf(" %4" PRId64 " ", utext_getNativeIndex(&fText)); in handleNext() 855 RBBIDebugPrintf("\"%c\" ", c); in handleNext() 857 RBBIDebugPrintf("%5x ", c); in handleNext() 859 RBBIDebugPrintf("%3d %3d\n", state, category); in handleNext() 935 RBBIDebugPrintf("result = %d\n\n", result); in handleNext() 992 RBBIDebugPrintf(" %4d ", (int32_t)utext_getNativeIndex(&fText)); in handleSafePrevious() 994 RBBIDebugPrintf("\"%c\" ", c); in handleSafePrevious() 996 RBBIDebugPrintf("%5x ", c); in handleSafePrevious() 998 RBBIDebugPrintf("%3d %3d\n", state, category); in handleSafePrevious() 1021 RBBIDebugPrintf("result = %d\n\n", result); in handleSafePrevious()
|
D | rbbiscan.cpp | 1024 RBBIDebugPrintf("char, line, col = (\'%c\', %d, %d) state=%s ", in parse() 1031 …if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "scan")) { RBBIDebugPrintf("."); fflush(stdout);} in parse() 1133 RBBIDebugPrintf("Completed Forward Rules Parse Tree...\n"); in parse() 1135 RBBIDebugPrintf("\nCompleted Reverse Rules Parse Tree...\n"); in parse() 1137 RBBIDebugPrintf("\nCompleted Safe Point Forward Rules Parse Tree...\n"); in parse() 1139 RBBIDebugPrintf("\nCompleted Safe Point Reverse Rules Parse Tree...\n"); in parse() 1154 RBBIDebugPrintf("%s. Dumping node stack...\n", title); in printNodeStack() 1224 RBBIDebugPrintf("UnicodeSet parse postion.ErrorIndex = %d\n", pos.getIndex()); in scanSet()
|
D | rbbirb.h | 223 #define RBBIDebugPrintf printf macro 226 #undef RBBIDebugPrintf
|
D | rbbi_cache.cpp | 646 RBBIDebugPrintf("fTextIdx:%d fBufIdx:%d\n", fTextIdx, fBufIdx); in dumpCache() 648 RBBIDebugPrintf("%d %d\n", i, fBoundaries[i]); in dumpCache()
|