• Home
  • Raw
  • Download

Lines Matching refs:log_verbose

40     log_verbose("\n{");  in printSeq()
42 log_verbose("0x%02X, ", a[i++]); in printSeq()
43 log_verbose("}\n"); in printSeq()
49 log_verbose("{"); in printUSeq()
51 log_verbose(" 0x%04x, ", a[i++]); in printUSeq()
52 log_verbose("}\n"); in printUSeq()
178 log_verbose("Testing fromUnicode with UCNV_FROM_U_CALLBACK_SKIP \n"); in TestSkip()
506 log_verbose("Testing fromUnicode for BOCU-1 with UCNV_TO_U_CALLBACK_SKIP\n"); in TestSkip()
594 log_verbose("Testing fromUnicode for CESU-8 with UCNV_TO_U_CALLBACK_SKIP\n"); in TestSkip()
652 log_verbose("Testing toUnicode with UCNV_TO_U_CALLBACK_SKIP \n"); in TestSkip()
912 log_verbose("Testing to Unicode for UTF-8 with UCNV_TO_U_CALLBACK_SKIP \n"); in TestSkip()
925 log_verbose("Testing toUnicode for SCSU with UCNV_TO_U_CALLBACK_SKIP \n"); in TestSkip()
937 log_verbose("Testing toUnicode for BOCU-1 with UCNV_TO_U_CALLBACK_SKIP\n"); in TestSkip()
1020 log_verbose("Testing toUnicode for CESU-8 with UCNV_TO_U_CALLBACK_SKIP\n"); in TestSkip()
1128 log_verbose("Testing fromUnicode with UCNV_FROM_U_CALLBACK_STOP \n"); in TestStop()
1248 log_verbose("Testing fromUnicode for SCSU with UCNV_FROM_U_CALLBACK_STOP \n"); in TestStop()
1283 log_verbose("Testing toUnicode with UCNV_TO_U_CALLBACK_STOP \n"); in TestStop()
1332 log_verbose("Testing toUnicode for UTF-8 with UCNV_TO_U_CALLBACK_STOP \n"); in TestStop()
1344 log_verbose("Testing toUnicode for SCSU with UCNV_TO_U_CALLBACK_STOP \n"); in TestStop()
1403 log_verbose("Testing fromUnicode with UCNV_FROM_U_CALLBACK_SUBSTITUTE \n"); in TestSub()
1445 log_verbose("Testing fromUnicode for SCSU with UCNV_FROM_U_CALLBACK_SUBSTITUTE \n"); in TestSub()
1481 log_verbose("Testing fromUnicode for UTF-8 with UCNV_FROM_U_CALLBACK_SUBSTITUTE\n"); in TestSub()
1498 log_verbose("Testing fromUnicode for UTF-16 with UCNV_FROM_U_CALLBACK_SUBSTITUTE\n"); in TestSub()
1525 log_verbose("Testing fromUnicode for UTF-32 with UCNV_FROM_U_CALLBACK_SUBSTITUTE\n"); in TestSub()
1568 log_verbose("Testing toUnicode with UCNV_TO_U_CALLBACK_SUBSTITUTE \n"); in TestSub()
1627 log_verbose("Testing toUnicode for UTF-8 with UCNV_TO_U_CALLBACK_SUBSTITUTE \n"); in TestSub()
1639 log_verbose("Testing toUnicode for SCSU with UCNV_TO_U_CALLBACK_SUBSTITUTE \n"); in TestSub()
1652 log_verbose("Testing ibm-930 subchar/subchar1\n"); in TestSub()
1675 log_verbose("Testing GB 18030 with substitute callbacks\n"); in TestSub()
1692 log_verbose("Testing UTF-7 toUnicode with substitute callbacks\n"); in TestSub()
1712 log_verbose("Testing UTF-16 toUnicode with substitute callbacks\n"); in TestSub()
1748 log_verbose("Testing UTF-32 toUnicode with substitute callbacks\n"); in TestSub()
1836 log_verbose("Testing fromUnicode with UCNV_FROM_U_CALLBACK_ESCAPE \n"); in TestSubWithValue()
2292 log_verbose("Testing toUnicode with UCNV_TO_U_CALLBACK_ESCAPE \n"); in TestSubWithValue()
2676log_verbose("\nTesting========= %s FROM \n inputbuffer= %d outputbuffer= %d\n", codepage, gInB… in testConvertFromUnicode()
2686 log_verbose("Converter opened..\n"); in testConvertFromUnicode()
2730log_verbose("calling fromUnicode @ SOURCE:%08lx to %08lx TARGET: %08lx to %08lx, flush=%s\n", src… in testConvertFromUnicode()
2772 log_verbose("\nConversion done [%d uchars in -> %d chars out]. \nResult :", in testConvertFromUnicode()
2785 log_verbose(junk); in testConvertFromUnicode()
2789 log_verbose("\nOffsets:"); in testConvertFromUnicode()
2790 log_verbose(offset_str); in testConvertFromUnicode()
2792 log_verbose("\n"); in testConvertFromUnicode()
2800 log_verbose("Expected %d chars out, got %d %s\n", expectLen, targ-junkout, gNuConvTestName); in testConvertFromUnicode()
2808 log_verbose("comparing %d offsets..\n", targ-junkout); in testConvertFromUnicode()
2827 log_verbose("String matches! %s\n", gNuConvTestName); in testConvertFromUnicode()
2877 log_verbose("\n========= %s\n", gNuConvTestName); in testConvertToUnicode()
2886 log_verbose("Converter opened..\n"); in testConvertToUnicode()
2928 log_verbose("calling toUnicode @ %08lx to %08lx\n", targ,end); in testConvertToUnicode()
2970 log_verbose("\nConversion done. %d bytes -> %d chars.\nResult :", in testConvertToUnicode()
2984 log_verbose(junk); in testConvertToUnicode()
2988 log_verbose("\nOffsets:"); in testConvertToUnicode()
2989 log_verbose(offset_str); in testConvertToUnicode()
2991 log_verbose("\n"); in testConvertToUnicode()
2995 log_verbose("comparing %d uchars (%d bytes)..\n",expectlen,expectlen*2); in testConvertToUnicode()
3023 log_verbose("Matches!\n"); in testConvertToUnicode()
3029 log_verbose("String does not match. %s\n", gNuConvTestName); in testConvertToUnicode()
3073log_verbose("\nTesting========= %s FROM \n inputbuffer= %d outputbuffer= %d\n", codepage, gInB… in testConvertFromUnicodeWithContext()
3083 log_verbose("Converter opened..\n"); in testConvertFromUnicodeWithContext()
3127log_verbose("calling fromUnicode @ SOURCE:%08lx to %08lx TARGET: %08lx to %08lx, flush=%s\n", src… in testConvertFromUnicodeWithContext()
3149 log_verbose("\nConversion done [%d uchars in -> %d chars out]. \nResult :", in testConvertFromUnicodeWithContext()
3162 log_verbose(junk); in testConvertFromUnicodeWithContext()
3166 log_verbose("\nOffsets:"); in testConvertFromUnicodeWithContext()
3167 log_verbose(offset_str); in testConvertFromUnicodeWithContext()
3169 log_verbose("\n"); in testConvertFromUnicodeWithContext()
3177 log_verbose("Expected %d chars out, got %d %s\n", expectLen, targ-junkout, gNuConvTestName); in testConvertFromUnicodeWithContext()
3185 log_verbose("comparing %d offsets..\n", targ-junkout); in testConvertFromUnicodeWithContext()
3204 log_verbose("String matches! %s\n", gNuConvTestName); in testConvertFromUnicodeWithContext()
3253 log_verbose("\n========= %s\n", gNuConvTestName); in testConvertToUnicodeWithContext()
3262 log_verbose("Converter opened..\n"); in testConvertToUnicodeWithContext()
3304 log_verbose("calling toUnicode @ %08lx to %08lx\n", targ,end); in testConvertToUnicodeWithContext()
3327 log_verbose("\nConversion done. %d bytes -> %d chars.\nResult :", in testConvertToUnicodeWithContext()
3341 log_verbose(junk); in testConvertToUnicodeWithContext()
3345 log_verbose("\nOffsets:"); in testConvertToUnicodeWithContext()
3346 log_verbose(offset_str); in testConvertToUnicodeWithContext()
3348 log_verbose("\n"); in testConvertToUnicodeWithContext()
3352 log_verbose("comparing %d uchars (%d bytes)..\n",expectlen,expectlen*2); in testConvertToUnicodeWithContext()
3380 log_verbose("Matches!\n"); in testConvertToUnicodeWithContext()
3386 log_verbose("String does not match. %s\n", gNuConvTestName); in testConvertToUnicodeWithContext()