Home
last modified time | relevance | path

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

/external/chromium/third_party/icu/source/common/
Drbbidata.cpp216 RBBIDebugPrintf(" %s\n", heading); in printTable()
218 RBBIDebugPrintf("State | Acc LA TagIx"); in printTable()
219 for (c=0; c<fHeader->fCatCount; c++) {RBBIDebugPrintf("%3d ", c);} in printTable()
220 RBBIDebugPrintf("\n------|---------------"); for (c=0;c<fHeader->fCatCount; c++) { in printTable()
221 RBBIDebugPrintf("----"); in printTable()
223 RBBIDebugPrintf("\n"); in printTable()
226 RBBIDebugPrintf(" N U L L T A B L E\n\n"); in printTable()
232 RBBIDebugPrintf("%4d | %3d %3d %3d ", s, row->fAccepting, row->fLookAhead, row->fTagIdx); in printTable()
234 RBBIDebugPrintf("%3d ", row->fNextState[c]); in printTable()
236 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.cpp1054 RBBIDebugPrintf(" Nullable: %s\n", n->fNullable?"TRUE":"FALSE"); in printPosSets()
1056 RBBIDebugPrintf(" firstpos: "); in printPosSets()
1059 RBBIDebugPrintf(" lastpos: "); in printPosSets()
1062 RBBIDebugPrintf(" followpos: "); in printPosSets()
1163 RBBIDebugPrintf("%10p", v); in printSet()
1165 RBBIDebugPrintf("\n"); in printSet()
1180 RBBIDebugPrintf("state | i n p u t s y m b o l s \n"); in printStates()
1181 RBBIDebugPrintf(" | Acc LA Tag"); in printStates()
1183 RBBIDebugPrintf(" %2d", c); in printStates()
1185 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.cpp959 RBBIDebugPrintf("char, line, col = (\'%c\', %d, %d) state=%s ", in parse()
966 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "scan")) { RBBIDebugPrintf(".");} in parse()
1070 RBBIDebugPrintf("Completed Forward Rules Parse Tree...\n"); in parse()
1072 RBBIDebugPrintf("\nCompleted Reverse Rules Parse Tree...\n"); in parse()
1074 RBBIDebugPrintf("\nCompleted Safe Point Forward Rules Parse Tree...\n"); in parse()
1076 RBBIDebugPrintf("\nCompleted Safe Point Reverse Rules Parse Tree...\n"); in parse()
1091 RBBIDebugPrintf("%s. Dumping node stack...\n", title); in printNodeStack()
1159 RBBIDebugPrintf("UnicodeSet parse postion.ErrorIndex = %d\n", pos.getIndex()); in scanSet()
Drbbi.cpp1023 RBBIDebugPrintf(" %4d ", utext_getNativeIndex(fText)); in handleNext()
1025 RBBIDebugPrintf("\"%c\" ", c); in handleNext()
1027 RBBIDebugPrintf("%5x ", c); in handleNext()
1029 RBBIDebugPrintf("%3d %3d\n", state, category); in handleNext()
1118 RBBIDebugPrintf("result = %d\n\n", result); in handleNext()
1240 RBBIDebugPrintf(" %4d ", (int32_t)utext_getNativeIndex(fText)); in handlePrevious()
1242 RBBIDebugPrintf("\"%c\" ", c); in handlePrevious()
1244 RBBIDebugPrintf("%5x ", c); in handlePrevious()
1246 RBBIDebugPrintf("%3d %3d\n", state, category); in handlePrevious()
1326 RBBIDebugPrintf("result = %d\n\n", result); in handlePrevious()
Drbbirb.h200 #define RBBIDebugPrintf printf macro
203 #undef RBBIDebugPrintf
/external/icu4c/common/
Drbbidata.cpp216 RBBIDebugPrintf(" %s\n", heading); in printTable()
218 RBBIDebugPrintf("State | Acc LA TagIx"); in printTable()
219 for (c=0; c<fHeader->fCatCount; c++) {RBBIDebugPrintf("%3d ", c);} in printTable()
220 RBBIDebugPrintf("\n------|---------------"); for (c=0;c<fHeader->fCatCount; c++) { in printTable()
221 RBBIDebugPrintf("----"); in printTable()
223 RBBIDebugPrintf("\n"); in printTable()
226 RBBIDebugPrintf(" N U L L T A B L E\n\n"); in printTable()
232 RBBIDebugPrintf("%4d | %3d %3d %3d ", s, row->fAccepting, row->fLookAhead, row->fTagIdx); in printTable()
234 RBBIDebugPrintf("%3d ", row->fNextState[c]); in printTable()
236 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.cpp959 RBBIDebugPrintf("char, line, col = (\'%c\', %d, %d) state=%s ", in parse()
966 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "scan")) { RBBIDebugPrintf(".");} in parse()
1070 RBBIDebugPrintf("Completed Forward Rules Parse Tree...\n"); in parse()
1072 RBBIDebugPrintf("\nCompleted Reverse Rules Parse Tree...\n"); in parse()
1074 RBBIDebugPrintf("\nCompleted Safe Point Forward Rules Parse Tree...\n"); in parse()
1076 RBBIDebugPrintf("\nCompleted Safe Point Reverse Rules Parse Tree...\n"); in parse()
1091 RBBIDebugPrintf("%s. Dumping node stack...\n", title); in printNodeStack()
1159 RBBIDebugPrintf("UnicodeSet parse postion.ErrorIndex = %d\n", pos.getIndex()); in scanSet()
Drbbi.cpp1025 RBBIDebugPrintf(" %4ld ", utext_getNativeIndex(fText)); in handleNext()
1027 RBBIDebugPrintf("\"%c\" ", c); in handleNext()
1029 RBBIDebugPrintf("%5x ", c); in handleNext()
1031 RBBIDebugPrintf("%3d %3d\n", state, category); in handleNext()
1120 RBBIDebugPrintf("result = %d\n\n", result); in handleNext()
1242 RBBIDebugPrintf(" %4d ", (int32_t)utext_getNativeIndex(fText)); in handlePrevious()
1244 RBBIDebugPrintf("\"%c\" ", c); in handlePrevious()
1246 RBBIDebugPrintf("%5x ", c); in handlePrevious()
1248 RBBIDebugPrintf("%3d %3d\n", state, category); in handlePrevious()
1328 RBBIDebugPrintf("result = %d\n\n", result); in handlePrevious()
Drbbirb.h200 #define RBBIDebugPrintf printf macro
203 #undef RBBIDebugPrintf