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

/external/icu4c/common/
H A Drbbidata.cpp216 RBBIDebugPrintf(" %s\n", heading);
218 RBBIDebugPrintf("State | Acc LA TagIx");
219 for (c=0; c<fHeader->fCatCount; c++) {RBBIDebugPrintf("%3d ", c);}
220 RBBIDebugPrintf("\n------|---------------"); for (c=0;c<fHeader->fCatCount; c++) {
221 RBBIDebugPrintf("----");
223 RBBIDebugPrintf("\n");
226 RBBIDebugPrintf(" N U L L T A B L E\n\n");
232 RBBIDebugPrintf("%4d | %3d %3d %3d ", s, row->fAccepting, row->fLookAhead, row->fTagIdx);
234 RBBIDebugPrintf("%3d ", row->fNextState[c]);
236 RBBIDebugPrintf("\
[all...]
H A Drbbisetb.cpp315 // RBBIDebugPrintf("Trie table size is %d\n", trieSize);
439 RBBIDebugPrintf("\n\n Nonoverlapping Ranges ...\n");
441 RBBIDebugPrintf("%2i %4x-%4x ", rlRange->fNum, rlRange->fStartChar, rlRange->fEndChar);
453 RBBI_DEBUG_printUnicodeString(setName); RBBIDebugPrintf(" ");
455 RBBIDebugPrintf("\n");
474 RBBIDebugPrintf("\nRanges grouped by Unicode Set Membership...\n");
479 RBBIDebugPrintf("%2i ", groupNum);
481 if (rlRange->fNum & 0x4000) { RBBIDebugPrintf(" <DICT> ");}
493 RBBI_DEBUG_printUnicodeString(setName); RBBIDebugPrintf(" ");
500 RBBIDebugPrintf("\
[all...]
H A Drbbistbl.cpp229 RBBIDebugPrintf("Variable Definitions\n"
243 RBBIDebugPrintf(" %8p ", (void *)s->val);
245 RBBIDebugPrintf("\n");
248 RBBIDebugPrintf("\nParsed Variable Definitions\n");
258 RBBIDebugPrintf("\n");
H A Drbbinode.cpp296 RBBIDebugPrintf("%10p", (void *)this);
298 RBBIDebugPrintf("%10p %12s %10p %10p %10p %4d %6d %d ",
305 RBBIDebugPrintf("\n");
315 RBBIDebugPrintf("%c", s.charAt(i));
319 RBBIDebugPrintf(" ");
333 RBBIDebugPrintf( "-------------------------------------------------------------------\n"
H A Drbbitblb.cpp1054 RBBIDebugPrintf(" Nullable: %s\n", n->fNullable?"TRUE":"FALSE");
1056 RBBIDebugPrintf(" firstpos: ");
1059 RBBIDebugPrintf(" lastpos: ");
1062 RBBIDebugPrintf(" followpos: ");
1163 RBBIDebugPrintf("%10p", v);
1165 RBBIDebugPrintf("\n");
1180 RBBIDebugPrintf("state | i n p u t s y m b o l s \n");
1181 RBBIDebugPrintf(" | Acc LA Tag");
1183 RBBIDebugPrintf(" %2d", c);
1185 RBBIDebugPrintf("\
[all...]
H A Drbbirb.h192 // RBBIDebugPrintf Printf equivalent, for debugging output.
200 #define RBBIDebugPrintf printf macro
203 #undef RBBIDebugPrintf macro
H A Drbbi.cpp1022 RBBIDebugPrintf(" %4d ", utext_getNativeIndex(fText));
1024 RBBIDebugPrintf("\"%c\" ", c);
1026 RBBIDebugPrintf("%5x ", c);
1028 RBBIDebugPrintf("%3d %3d\n", state, category);
1117 RBBIDebugPrintf("result = %d\n\n", result);
1239 RBBIDebugPrintf(" %4d ", (int32_t)utext_getNativeIndex(fText));
1241 RBBIDebugPrintf("\"%c\" ", c);
1243 RBBIDebugPrintf("%5x ", c);
1245 RBBIDebugPrintf("%3d %3d\n", state, category);
1325 RBBIDebugPrintf("resul
[all...]
H A Drbbiscan.cpp959 RBBIDebugPrintf("char, line, col = (\'%c\', %d, %d) state=%s ",
966 if (fRB->fDebugEnv && uprv_strstr(fRB->fDebugEnv, "scan")) { RBBIDebugPrintf(".");}
1070 RBBIDebugPrintf("Completed Forward Rules Parse Tree...\n");
1072 RBBIDebugPrintf("\nCompleted Reverse Rules Parse Tree...\n");
1074 RBBIDebugPrintf("\nCompleted Safe Point Forward Rules Parse Tree...\n");
1076 RBBIDebugPrintf("\nCompleted Safe Point Reverse Rules Parse Tree...\n");
1091 RBBIDebugPrintf("%s. Dumping node stack...\n", title);
1159 RBBIDebugPrintf("UnicodeSet parse postion.ErrorIndex = %d\n", pos.getIndex());

Completed in 110 milliseconds