• Home
  • Raw
  • Download

Lines Matching refs:myErrorName

146 …ed for path = %s, name=%s, type=%s, \n errorcode=%s\n", testPath, name, type, myErrorName(status));  in TestUDataOpen()
170 …= %s, name=%s, type=%s, \n errorcode=%s\n", path, memMap[i][0], memMap[i][1], myErrorName(status)); in TestUDataOpen()
218 …%s, type=%s, \n errorcode=%s\n", icuDataFilePath, memMap[i][0], memMap[i][1], myErrorName(status)); in TestUDataOpen()
281 …ist.tst] not handled correctly\n. Expected: U_FILE_ACCESS_ERROR, Got: %s\n", myErrorName(status)); in TestUDataOpen()
317 longTestPath, name, type, myErrorName(status)); in TestUDataOpen()
336 longTestPath, longName, type, myErrorName(status)); in TestUDataOpen()
610 …data_openChoice() failed name=%s, type=%s, \n errorcode=%s\n", name[0], type, myErrorName(status)); in TestUDataOpenChoiceDemo1()
622 …data_openChoice() failed name=%s, type=%s, \n errorcode=%s\n", name[1], type, myErrorName(status)); in TestUDataOpenChoiceDemo1()
626 …e() unexpectedly passed. name=%s, type=%s, \n errorcode=%s\n", name[1], type, myErrorName(status)); in TestUDataOpenChoiceDemo1()
639 …failed path=%s name=%s, type=%s, \n errorcode=%s\n", testPath, name[2], type, myErrorName(status)); in TestUDataOpenChoiceDemo1()
643 …e() unexpectedly passed. name=%s, type=%s, \n errorcode=%s\n", name[2], type, myErrorName(status)); in TestUDataOpenChoiceDemo1()
654 …id not fail as expected. name=%s, type=%s, \n errorcode=%s\n", name[3], type, myErrorName(status)); in TestUDataOpenChoiceDemo1()
660 …id not fail as expected. name=%s, type=%s, \n errorcode=%s\n", name[3], type, myErrorName(status)); in TestUDataOpenChoiceDemo1()
717 log_verbose("Loads the data but rejects it as expected %s\n", myErrorName(status)); in TestUDataOpenChoiceDemo2()
722 …L: failed to either load the data or to reject the loaded data. ERROR=%s\n", myErrorName(status) ); in TestUDataOpenChoiceDemo2()
727 … log_err("FAIL: failed to load the data and accept it. ERROR=%s\n", myErrorName(status) ); in TestUDataOpenChoiceDemo2()
769 …() failed for path = NULL, name=%s, type=%s, \n errorcode=%s\n", name, type, myErrorName(status)); in TestUDataGetInfo()
793 …led for path=%s name2=%s, type=%s, \n errorcode=%s\n", testPath, name2, type, myErrorName(status)); in TestUDataGetInfo()
836 …ata_openChoice() failed for name=%s, type=%s, \n errorcode=%s\n", name, type, myErrorName(status)); in TestUDataGetMemory()
851 …iled for path=%s name=%s, type=%s, \n errorcode=%s\n", testPath, name2, type, myErrorName(status)); in TestUDataGetMemory()
909 …ould return NULL and errocode U_ILLEGAL_ARGUMENT_ERROR, GOT: errorcode=%s\n", myErrorName(status)); in TestErrorConditions()
911 …ata_open with name=NULL failed as expected and errorcode = %s as expected\n", myErrorName(status)); in TestErrorConditions()
936 …ould return NULL and errocode U_ILLEGAL_ARGUMENT_ERROR, GOT: errorcode=%s\n", myErrorName(status)); in TestErrorConditions()
938 …enChoice with name=NULL failed as expected and errorcode = %s as expected\n", myErrorName(status)); in TestErrorConditions()
966 …ing file not handled correctly\n. Expected: U_FILE_ACCESS_ERROR, Got: %s\n", myErrorName(status)); in TestErrorConditions()