• 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()
174 log_verbose("Testing fromUnicode with UCNV_FROM_U_CALLBACK_SKIP \n"); in TestSkip()
502 log_verbose("Testing fromUnicode for BOCU-1 with UCNV_TO_U_CALLBACK_SKIP\n"); in TestSkip()
590 log_verbose("Testing fromUnicode for CESU-8 with UCNV_TO_U_CALLBACK_SKIP\n"); in TestSkip()
648 log_verbose("Testing toUnicode with UCNV_TO_U_CALLBACK_SKIP \n"); in TestSkip()
903 log_verbose("Testing to Unicode for UTF-8 with UCNV_TO_U_CALLBACK_SKIP \n"); in TestSkip()
916 log_verbose("Testing toUnicode for SCSU with UCNV_TO_U_CALLBACK_SKIP \n"); in TestSkip()
928 log_verbose("Testing toUnicode for BOCU-1 with UCNV_TO_U_CALLBACK_SKIP\n"); in TestSkip()
1011 log_verbose("Testing toUnicode for CESU-8 with UCNV_TO_U_CALLBACK_SKIP\n"); in TestSkip()
1119 log_verbose("Testing fromUnicode with UCNV_FROM_U_CALLBACK_STOP \n"); in TestStop()
1239 log_verbose("Testing fromUnicode for SCSU with UCNV_FROM_U_CALLBACK_STOP \n"); in TestStop()
1274 log_verbose("Testing toUnicode with UCNV_TO_U_CALLBACK_STOP \n"); in TestStop()
1319 log_verbose("Testing toUnicode for UTF-8 with UCNV_TO_U_CALLBACK_STOP \n"); in TestStop()
1331 log_verbose("Testing toUnicode for SCSU with UCNV_TO_U_CALLBACK_STOP \n"); in TestStop()
1390 log_verbose("Testing fromUnicode with UCNV_FROM_U_CALLBACK_SUBSTITUTE \n"); in TestSub()
1432 log_verbose("Testing fromUnicode for SCSU with UCNV_FROM_U_CALLBACK_SUBSTITUTE \n"); in TestSub()
1468 log_verbose("Testing fromUnicode for UTF-8 with UCNV_FROM_U_CALLBACK_SUBSTITUTE\n"); in TestSub()
1485 log_verbose("Testing fromUnicode for UTF-16 with UCNV_FROM_U_CALLBACK_SUBSTITUTE\n"); in TestSub()
1512 log_verbose("Testing fromUnicode for UTF-32 with UCNV_FROM_U_CALLBACK_SUBSTITUTE\n"); in TestSub()
1555 log_verbose("Testing toUnicode with UCNV_TO_U_CALLBACK_SUBSTITUTE \n"); in TestSub()
1609 log_verbose("Testing toUnicode for UTF-8 with UCNV_TO_U_CALLBACK_SUBSTITUTE \n"); in TestSub()
1621 log_verbose("Testing toUnicode for SCSU with UCNV_TO_U_CALLBACK_SUBSTITUTE \n"); in TestSub()
1634 log_verbose("Testing ibm-930 subchar/subchar1\n"); in TestSub()
1657 log_verbose("Testing GB 18030 with substitute callbacks\n"); in TestSub()
1674 log_verbose("Testing UTF-7 toUnicode with substitute callbacks\n"); in TestSub()
1694 log_verbose("Testing UTF-16 toUnicode with substitute callbacks\n"); in TestSub()
1730 log_verbose("Testing UTF-32 toUnicode with substitute callbacks\n"); in TestSub()
1818 log_verbose("Testing fromUnicode with UCNV_FROM_U_CALLBACK_ESCAPE \n"); in TestSubWithValue()
2241 log_verbose("Testing toUnicode with UCNV_TO_U_CALLBACK_ESCAPE \n"); in TestSubWithValue()
2615log_verbose("\nTesting========= %s FROM \n inputbuffer= %d outputbuffer= %d\n", codepage, gInB… in testConvertFromUnicode()
2625 log_verbose("Converter opened..\n"); in testConvertFromUnicode()
2669log_verbose("calling fromUnicode @ SOURCE:%08lx to %08lx TARGET: %08lx to %08lx, flush=%s\n", src… in testConvertFromUnicode()
2711 log_verbose("\nConversion done [%d uchars in -> %d chars out]. \nResult :", in testConvertFromUnicode()
2724 log_verbose(junk); in testConvertFromUnicode()
2728 log_verbose("\nOffsets:"); in testConvertFromUnicode()
2729 log_verbose(offset_str); in testConvertFromUnicode()
2731 log_verbose("\n"); in testConvertFromUnicode()
2739 log_verbose("Expected %d chars out, got %d %s\n", expectLen, targ-junkout, gNuConvTestName); in testConvertFromUnicode()
2747 log_verbose("comparing %d offsets..\n", targ-junkout); in testConvertFromUnicode()
2766 log_verbose("String matches! %s\n", gNuConvTestName); in testConvertFromUnicode()
2816 log_verbose("\n========= %s\n", gNuConvTestName); in testConvertToUnicode()
2825 log_verbose("Converter opened..\n"); in testConvertToUnicode()
2867 log_verbose("calling toUnicode @ %08lx to %08lx\n", targ,end); in testConvertToUnicode()
2909 log_verbose("\nConversion done. %d bytes -> %d chars.\nResult :", in testConvertToUnicode()
2923 log_verbose(junk); in testConvertToUnicode()
2927 log_verbose("\nOffsets:"); in testConvertToUnicode()
2928 log_verbose(offset_str); in testConvertToUnicode()
2930 log_verbose("\n"); in testConvertToUnicode()
2934 log_verbose("comparing %d uchars (%d bytes)..\n",expectlen,expectlen*2); in testConvertToUnicode()
2962 log_verbose("Matches!\n"); in testConvertToUnicode()
2968 log_verbose("String does not match. %s\n", gNuConvTestName); in testConvertToUnicode()
3012log_verbose("\nTesting========= %s FROM \n inputbuffer= %d outputbuffer= %d\n", codepage, gInB… in testConvertFromUnicodeWithContext()
3022 log_verbose("Converter opened..\n"); in testConvertFromUnicodeWithContext()
3066log_verbose("calling fromUnicode @ SOURCE:%08lx to %08lx TARGET: %08lx to %08lx, flush=%s\n", src… in testConvertFromUnicodeWithContext()
3088 log_verbose("\nConversion done [%d uchars in -> %d chars out]. \nResult :", in testConvertFromUnicodeWithContext()
3101 log_verbose(junk); in testConvertFromUnicodeWithContext()
3105 log_verbose("\nOffsets:"); in testConvertFromUnicodeWithContext()
3106 log_verbose(offset_str); in testConvertFromUnicodeWithContext()
3108 log_verbose("\n"); in testConvertFromUnicodeWithContext()
3116 log_verbose("Expected %d chars out, got %d %s\n", expectLen, targ-junkout, gNuConvTestName); in testConvertFromUnicodeWithContext()
3124 log_verbose("comparing %d offsets..\n", targ-junkout); in testConvertFromUnicodeWithContext()
3143 log_verbose("String matches! %s\n", gNuConvTestName); in testConvertFromUnicodeWithContext()
3192 log_verbose("\n========= %s\n", gNuConvTestName); in testConvertToUnicodeWithContext()
3201 log_verbose("Converter opened..\n"); in testConvertToUnicodeWithContext()
3243 log_verbose("calling toUnicode @ %08lx to %08lx\n", targ,end); in testConvertToUnicodeWithContext()
3266 log_verbose("\nConversion done. %d bytes -> %d chars.\nResult :", in testConvertToUnicodeWithContext()
3280 log_verbose(junk); in testConvertToUnicodeWithContext()
3284 log_verbose("\nOffsets:"); in testConvertToUnicodeWithContext()
3285 log_verbose(offset_str); in testConvertToUnicodeWithContext()
3287 log_verbose("\n"); in testConvertToUnicodeWithContext()
3291 log_verbose("comparing %d uchars (%d bytes)..\n",expectlen,expectlen*2); in testConvertToUnicodeWithContext()
3319 log_verbose("Matches!\n"); in testConvertToUnicodeWithContext()
3325 log_verbose("String does not match. %s\n", gNuConvTestName); in testConvertToUnicodeWithContext()