Lines Matching refs:myErrorName
151 …ed for path = %s, name=%s, type=%s, \n errorcode=%s\n", testPath, name, type, myErrorName(status)); in TestUDataOpen()
178 …= %s, name=%s, type=%s, \n errorcode=%s\n", path, memMap[i][0], memMap[i][1], myErrorName(status)); in TestUDataOpen()
218 …= %s, name=%s, type=%s, \n errorcode=%s\n", path, memMap[i][0], memMap[i][1], myErrorName(status)); in TestUDataOpen()
268 …%s, type=%s, \n errorcode=%s\n", icuDataFilePath, memMap[i][0], memMap[i][1], myErrorName(status)); in TestUDataOpen()
331 …ist.tst] not handled correctly\n. Expected: U_FILE_ACCESS_ERROR, Got: %s\n", myErrorName(status)); in TestUDataOpen()
367 longTestPath, name, type, myErrorName(status)); in TestUDataOpen()
386 longTestPath, longName, type, myErrorName(status)); in TestUDataOpen()
666 …data_openChoice() failed name=%s, type=%s, \n errorcode=%s\n", name[0], type, myErrorName(status)); in TestUDataOpenChoiceDemo1()
678 …data_openChoice() failed name=%s, type=%s, \n errorcode=%s\n", name[1], type, myErrorName(status)); in TestUDataOpenChoiceDemo1()
682 …e() unexpectedly passed. name=%s, type=%s, \n errorcode=%s\n", name[1], type, myErrorName(status)); in TestUDataOpenChoiceDemo1()
695 …failed path=%s name=%s, type=%s, \n errorcode=%s\n", testPath, name[2], type, myErrorName(status)); in TestUDataOpenChoiceDemo1()
699 …e() unexpectedly passed. name=%s, type=%s, \n errorcode=%s\n", name[2], type, myErrorName(status)); in TestUDataOpenChoiceDemo1()
712 …id not fail as expected. name=%s, type=%s, \n errorcode=%s\n", name[3], type, myErrorName(status)); in TestUDataOpenChoiceDemo1()
720 …id not fail as expected. name=%s, type=%s, \n errorcode=%s\n", name[3], type, myErrorName(status)); in TestUDataOpenChoiceDemo1()
777 log_verbose("Loads the data but rejects it as expected %s\n", myErrorName(status)); in TestUDataOpenChoiceDemo2()
782 …L: failed to either load the data or to reject the loaded data. ERROR=%s\n", myErrorName(status) ); in TestUDataOpenChoiceDemo2()
787 … log_data_err("FAIL: failed to load the data and accept it. ERROR=%s\n", myErrorName(status) ); in TestUDataOpenChoiceDemo2()
828 …() failed for path = NULL, name=%s, type=%s, \n errorcode=%s\n", name, type, myErrorName(status)); in TestUDataGetInfo()
852 …led for path=%s name2=%s, type=%s, \n errorcode=%s\n", testPath, name2, type, myErrorName(status)); in TestUDataGetInfo()
895 …ata_openChoice() failed for name=%s, type=%s, \n errorcode=%s\n", name, type, myErrorName(status)); in TestUDataGetMemory()
910 …iled for path=%s name=%s, type=%s, \n errorcode=%s\n", testPath, name2, type, myErrorName(status)); in TestUDataGetMemory()
968 …ould return NULL and errocode U_ILLEGAL_ARGUMENT_ERROR, GOT: errorcode=%s\n", myErrorName(status)); in TestErrorConditions()
970 …ata_open with name=NULL failed as expected and errorcode = %s as expected\n", myErrorName(status)); in TestErrorConditions()
995 …ould return NULL and errocode U_ILLEGAL_ARGUMENT_ERROR, GOT: errorcode=%s\n", myErrorName(status)); in TestErrorConditions()
997 …enChoice with name=NULL failed as expected and errorcode = %s as expected\n", myErrorName(status)); in TestErrorConditions()
1025 …ing file not handled correctly\n. Expected: U_FILE_ACCESS_ERROR, Got: %s\n", myErrorName(status)); in TestErrorConditions()