Lines Matching full:testpath
138 const char* testPath=loadTestData(&status);
146 log_verbose("Testing udata_open(%s)\n", testPath);
147 result=udata_open(testPath, type, name, &status);
149 log_data_err("FAIL: udata_open() failed for path = %s, name=%s, type=%s, \n errorcode=%s\n", testPath, name, type, myErrorName(status));
296 result = udata_open( testPath, "typ", "nam", &status);
298 log_data_err("FAIL: udata_open( \"%s\", \"typ\", \"nam\") returned status %s\n", testPath, u_errorName(status));
313 /* strcpy(icuDataFilePath, testPath); */
361 strcat(longTestPath, testPath);
652 const char* testPath="testdata";
685 result=udata_openChoice(testPath, type, name[2], isAcceptable1, NULL, &status);
688 result=udata_openChoice(testPath, type, name[2], isAcceptable3, NULL, &status);
690 log_data_err("FAIL: udata_openChoice() failed path=%s name=%s, type=%s, \n errorcode=%s\n", testPath, name[2], type, myErrorName(status));
810 const char* testPath=loadTestData(&status);
841 result=udata_open(testPath, type, name2, &status);
843 log_data_err("FAIL: udata_open() failed for path=%s name2=%s, type=%s, \n errorcode=%s\n", testPath, name2, type, myErrorName(status));
876 const char* testPath = loadTestData(&status);
899 result=udata_openChoice(testPath
901 log_data_err("FAIL: udata_openChoice() failed for path=%s name=%s, type=%s, \n errorcode=%s\n", testPath, name2, type, myErrorName(status));
935 const char *testPath = loadTestData(&status);
944 result=udata_open(testPath, type, name, &status);
946 log_data_err("FAIL: udata_open() is supposed to fail for path = %s, name=%s, type=%s, \n errorcode !=U_ZERO_ERROR\n", testPath, name, type);
956 result=udata_open(testPath, type, NULL, &status);
964 log_err("FAIL: udata_open() with data name=NULL is supposed to fail for path = %s, name=NULL type=%s errorcode=U_ZERO_ERROR \n", testPath, type);
972 result=udata_openChoice(testPath, type, name, isAcceptable3, NULL, &status);
974 log_err("FAIL: udata_openChoice() is supposed to fail for path = %s, name=%s, type=%s, \n errorcode != U_ZERO_ERROR\n", testPath, name, type);
983 result=udata_openChoice(testPath, type, NULL, isAcceptable3, NULL, &status);
991 log_err("FAIL: udata_openChoice() with data name=NULL is supposed to fail for path = %s, name=NULL type=%s errorcode=U_ZERO_ERROR \n", testPath, type);
1011 result=udata_openChoice(testPath, "tst", "nonexist", isAcceptable3, NULL, &status);
1044 const char* testPath=loadTestData(&status);
1059 app = ures_open(testPath, "root", &status);
1062 log_data_err("%s:%d: Couldn't open app ICU bundle [%s]- %s", __FILE__, __LINE__, testPath, u_errorName(status));
1631 const char *pkg, *nm, *testPath;
1641 testPath=loadTestData(&errorCode);
1702 pkg=testPath;