Home
last modified time | relevance | path

Searched refs:RBBIDebugPrintf (Results 1 – 8 of 8) sorted by relevance

/external/icu/icu4c/source/common/
Drbbidata.cpp245 RBBIDebugPrintf(" %s\n", heading); in printTable()
247 RBBIDebugPrintf("State | Acc LA TagIx"); in printTable()
248 for (c=0; c<fHeader->fCatCount; c++) {RBBIDebugPrintf("%3d ", c);} in printTable()
249 RBBIDebugPrintf("\n------|---------------"); for (c=0;c<fHeader->fCatCount; c++) { in printTable()
250 RBBIDebugPrintf("----"); in printTable()
252 RBBIDebugPrintf("\n"); in printTable()
255 RBBIDebugPrintf(" N U L L T A B L E\n\n"); in printTable()
261 RBBIDebugPrintf("%4d | %3d %3d %3d ", s, row->fAccepting, row->fLookAhead, row->fTagIdx); in printTable()
263 RBBIDebugPrintf("%3d ", row->fNextState[c]); in printTable()
265 RBBIDebugPrintf("\n"); in printTable()
[all …]
Drbbisetb.cpp439 RBBIDebugPrintf("\n\n Nonoverlapping Ranges ...\n"); in printRanges()
441 RBBIDebugPrintf("%2i %4x-%4x ", rlRange->fNum, rlRange->fStartChar, rlRange->fEndChar); in printRanges()
453 RBBI_DEBUG_printUnicodeString(setName); RBBIDebugPrintf(" "); in printRanges()
455 RBBIDebugPrintf("\n"); in printRanges()
474 RBBIDebugPrintf("\nRanges grouped by Unicode Set Membership...\n"); in printRangeGroups()
479 RBBIDebugPrintf("%2i ", groupNum); in printRangeGroups()
481 if (rlRange->fNum & 0x4000) { RBBIDebugPrintf(" <DICT> ");} in printRangeGroups()
493 RBBI_DEBUG_printUnicodeString(setName); RBBIDebugPrintf(" "); in printRangeGroups()
500 RBBIDebugPrintf("\n "); in printRangeGroups()
502 RBBIDebugPrintf(" %05x-%05x", tRange->fStartChar, tRange->fEndChar); in printRangeGroups()
[all …]
Drbbitblb.cpp1036 RBBIDebugPrintf(" Nullable: %s\n", n->fNullable?"TRUE":"FALSE"); in printPosSets()
1038 RBBIDebugPrintf(" firstpos: "); in printPosSets()
1041 RBBIDebugPrintf(" lastpos: "); in printPosSets()
1044 RBBIDebugPrintf(" followpos: "); in printPosSets()
1145 RBBIDebugPrintf("%10p", v); in printSet()
1147 RBBIDebugPrintf("\n"); in printSet()
1162 RBBIDebugPrintf("state | i n p u t s y m b o l s \n"); in printStates()
1163 RBBIDebugPrintf(" | Acc LA Tag"); in printStates()
1165 RBBIDebugPrintf(" %2d", c); in printStates()
1167 RBBIDebugPrintf("\n"); in printStates()
[all …]
Drbbinode.cpp296 RBBIDebugPrintf("%10p", (void *)this); in printNode()
298 RBBIDebugPrintf("%10p %12s %10p %10p %10p %4d %6d %d ", in printNode()
305 RBBIDebugPrintf("\n"); in printNode()
315 RBBIDebugPrintf("%c", s.charAt(i)); in RBBI_DEBUG_printUnicodeString()
319 RBBIDebugPrintf(" "); in RBBI_DEBUG_printUnicodeString()
333 RBBIDebugPrintf( "-------------------------------------------------------------------\n" in printTree()
Drbbistbl.cpp229 RBBIDebugPrintf("Variable Definitions\n" in rbbiSymtablePrint()
243 RBBIDebugPrintf(" %8p ", (void *)s->val); in rbbiSymtablePrint()
245 RBBIDebugPrintf("\n"); in rbbiSymtablePrint()
248 RBBIDebugPrintf("\nParsed Variable Definitions\n"); in rbbiSymtablePrint()
258 RBBIDebugPrintf("\n"); in rbbiSymtablePrint()
Drbbiscan.cpp990 RBBIDebugPrintf("char, line, col = (\'%c\', %d, %d) state=%s ", in parse()
997 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "scan")) { RBBIDebugPrintf(".");} in parse()
1105 RBBIDebugPrintf("Completed Forward Rules Parse Tree...\n"); in parse()
1107 RBBIDebugPrintf("\nCompleted Reverse Rules Parse Tree...\n"); in parse()
1109 RBBIDebugPrintf("\nCompleted Safe Point Forward Rules Parse Tree...\n"); in parse()
1111 RBBIDebugPrintf("\nCompleted Safe Point Reverse Rules Parse Tree...\n"); in parse()
1126 RBBIDebugPrintf("%s. Dumping node stack...\n", title); in printNodeStack()
1197 RBBIDebugPrintf("UnicodeSet parse postion.ErrorIndex = %d\n", pos.getIndex()); in scanSet()
Drbbi.cpp1095 RBBIDebugPrintf(" %4ld ", utext_getNativeIndex(fText)); in handleNext()
1097 RBBIDebugPrintf("\"%c\" ", c); in handleNext()
1099 RBBIDebugPrintf("%5x ", c); in handleNext()
1101 RBBIDebugPrintf("%3d %3d\n", state, category); in handleNext()
1195 RBBIDebugPrintf("result = %d\n\n", result); in handleNext()
1315 RBBIDebugPrintf(" %4d ", (int32_t)utext_getNativeIndex(fText)); in handlePrevious()
1317 RBBIDebugPrintf("\"%c\" ", c); in handlePrevious()
1319 RBBIDebugPrintf("%5x ", c); in handlePrevious()
1321 RBBIDebugPrintf("%3d %3d\n", state, category); in handlePrevious()
1406 RBBIDebugPrintf("result = %d\n\n", result); in handlePrevious()
Drbbirb.h200 #define RBBIDebugPrintf printf macro
203 #undef RBBIDebugPrintf