Lines Matching refs:log_verbose
143 log_verbose("Testing udata_open()\n"); in TestUDataOpen()
148 log_verbose("PASS: udata_open worked\n"); in TestUDataOpen()
164 log_verbose("Testing udata_open() on %s\n", icuDataFilePath); in TestUDataOpen()
172 …log_verbose("PASS: udata_open worked for path = %s, name=%s, type=%s\n", path, memMap[i][0], memM… in TestUDataOpen()
180 … log_verbose("Skipping tests of udata_open() on %s. File not present in this configuration.\n", in TestUDataOpen()
208 log_verbose("%s exists, so..\n", icuDataFilePath); in TestUDataOpen()
213 log_verbose("Testing udata_open() on %s\n", icuDataFilePath); in TestUDataOpen()
220 …log_verbose("PASS: udata_open worked for path = %s, name=%s, type=%s\n", icuDataFilePath, memMap[… in TestUDataOpen()
227 … log_verbose("Skipping tests of udata_open() on %s. File not present in this configuration.\n", in TestUDataOpen()
245 log_verbose("Testing udata_open, with base_name.type style fallback to individual file.\n"); in TestUDataOpen()
275 log_verbose("Testing udata_open() with a non existing binary file\n"); in TestUDataOpen()
278 log_verbose("Opening udata_open with non-existing file handled correctly.\n"); in TestUDataOpen()
290 log_verbose("calling udat_open with non-existing file returned null as expected\n"); in TestUDataOpen()
305 log_verbose("Testing udata_open() with really long names\n"); in TestUDataOpen()
319 log_verbose("PASS: udata_open worked\n"); in TestUDataOpen()
519 …log_verbose("The data from \"%s.%s\" IS acceptable using the verifing function isAcceptable1()\n",… in isAcceptable1()
522 …log_verbose("The data from \"%s.%s\" IS NOT acceptable using the verifing function isAcceptable1()… in isAcceptable1()
532 log_verbose("Call another verifing function to accept the data\n"); in isAcceptable1()
555 …log_verbose("The data from \"%s.%s\" IS acceptable using the verifing function isAcceptable2()\n",… in isAcceptable2()
558 …log_verbose("The data from \"%s.%s\" IS NOT acceptable using the verifing function isAcceptable2()… in isAcceptable2()
579 …log_verbose("The data from \"%s.%s\" IS acceptable using the verifing function isAcceptable3()\n",… in isAcceptable3()
583 …log_verbose("The data from \"%s.%s\" IS NOT acceptable using the verifing function isAcceptable3()… in isAcceptable3()
612 log_verbose("PASS: udata_openChoice worked\n"); in TestUDataOpenChoiceDemo1()
678 …log_verbose("The data from\"%s.%s\" IS acceptable using the verifing function isAcceptable()\n", n… in isAcceptable()
682 …log_verbose("The data from \"%s.%s\" IS NOT acceptable using the verifing function isAcceptable()\… in isAcceptable()
717 log_verbose("Loads the data but rejects it as expected %s\n", myErrorName(status)); in TestUDataOpenChoiceDemo2()
730 log_verbose("Loads the data and accepts it for p==2 as expected\n"); in TestUDataOpenChoiceDemo2()
766 log_verbose("Testing udata_getInfo() for cnvalias.icu\n"); in TestUDataGetInfo()
783 log_verbose("PASS: udata_getInfo() filled in the right values\n"); in TestUDataGetInfo()
790 log_verbose("Testing udata_getInfo() for test.icu\n"); in TestUDataGetInfo()
808 log_verbose("PASS: udata_getInfo() filled in the right values\n"); in TestUDataGetInfo()
833 log_verbose("Testing udata_getMemory() for \"cnvalias.icu\"\n"); in TestUDataGetMemory()
848 log_verbose("Testing udata_getMemory for \"test.icu\"()\n"); in TestUDataGetMemory()
893 log_verbose("Testing udata_open() with status != U_ZERO_ERROR\n"); in TestErrorConditions()
900 log_verbose("PASS: udata_open with errorCode != U_ZERO_ERROR failed as expected\n"); in TestErrorConditions()
904 log_verbose("Testing udata_open() with data name=NULL\n"); in TestErrorConditions()
911 …log_verbose("PASS: udata_open with name=NULL failed as expected and errorcode = %s as expected\n",… in TestErrorConditions()
920 log_verbose("Testing udata_openChoice() with status != U_ZERO_ERROR\n"); in TestErrorConditions()
927 log_verbose("PASS: udata_openChoice() with errorCode != U_ZERO_ERROR failed as expected\n"); in TestErrorConditions()
931 log_verbose("Testing udata_openChoice() with data name=NULL\n"); in TestErrorConditions()
938 …log_verbose("PASS: udata_openChoice with name=NULL failed as expected and errorcode = %s as expect… in TestErrorConditions()
946 log_verbose("Testing udata_getMemory with UDataMemory=NULL\n"); in TestErrorConditions()
960 log_verbose("Testing udata_openChoice() with a non existing binary file\n"); in TestErrorConditions()
963 log_verbose("Opening udata_openChoice with non-existing file handled correctly.\n"); in TestErrorConditions()
975 log_verbose("calling udat_open with non-existing file returned null as expected\n"); in TestErrorConditions()
1057 log_verbose("%s:%d: appstr=%s, icustr=%s\n", __FILE__, in TestAppData()
1076 log_verbose("utypes.h says U_ICUDATA_NAME = %s\n", U_ICUDATA_NAME); in TestICUDataName()
1108 log_verbose("Expected: %s\n", expectDataName); in TestICUDataName()
1136 …log_verbose("ICUDATA_NAME=%s (from icudefs.mk), U_ICUDATA_NAME=%s (from utypes.h)\n", ICUDATA_NAME… in TestICUDataName()
1690 log_verbose("FAIL: udata_getMemory(dataItem) passed\n"); in PointerTableOfContents()
1702 log_verbose("FAIL: udata_getMemory(dataItem) in tree \"a\" passed\n"); in PointerTableOfContents()
1751 log_verbose("Can't test setting common data because files mode may have been used.\n"); in SetBadCommonData()