Home | History | Annotate | Download | only in cintltst

Lines Matching refs:testPath

143     const char* testPath=loadTestData(&status);
155 result=udata_open(testPath, type, name, &status);
157 log_data_err("FAIL: udata_open() failed for path = %s, name=%s, type=%s, \n errorcode=%s\n", testPath, name, type, myErrorName(status));
259 result = udata_open( testPath, "typ", "nam", &status);
261 log_data_err("FAIL: udata_open( \"%s\", \"typ\", \"nam\") returned status %s\n", testPath, u_errorName(status));
276 /* strcpy(icuDataFilePath, testPath); */
324 strcat(longTestPath, testPath);
613 const char* testPath="testdata";
646 result=udata_openChoice(testPath, type, name[2], isAcceptable1, NULL, &status);
649 result=udata_openChoice(testPath, type, name[2], isAcceptable3, NULL, &status);
651 log_data_err("FAIL: udata_openChoice() failed path=%s name=%s, type=%s, \n errorcode=%s\n", testPath, name[2], type, myErrorName(status));
772 const char* testPath=loadTestData(&status);
803 result=udata_open(testPath, type, name2, &status);
805 log_data_err("FAIL: udata_open() failed for path=%s name2=%s, type=%s, \n errorcode=%s\n", testPath, name2, type, myErrorName(status));
838 const char* testPath = loadTestData(&status);
861 result=udata_openChoice(testPath, type, name2, isAcceptable3, NULL, &status);
863 log_data_err("FAIL: udata_openChoice() failed for path=%s name=%s, type=%s, \n errorcode=%s\n", testPath, name2, type, myErrorName(status));
897 const char *testPath = loadTestData(&status);
906 result=udata_open(testPath, type, name, &status);
908 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);
918 result=udata_open(testPath, type, NULL, &status);
926 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);
934 result=udata_openChoice(testPath, type, name, isAcceptable3, NULL, &status);
936 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);
945 result=udata_openChoice(testPath, type, NULL, isAcceptable3, NULL, &status);
953 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);
973 result=udata_openChoice(testPath, "tst", "nonexist", isAcceptable3, NULL, &status);
1006 const char* testPath=loadTestData(&status);
1021 app = ures_open(testPath, "root", &status);
1024 log_data_err("%s:%d: Couldn't open app ICU bundle [%s]- %s", __FILE__, __LINE__, testPath, u_errorName(status));
1580 const char *pkg, *nm, *testPath;
1590 testPath=loadTestData(&errorCode);
1652 pkg=testPath;