Lines Matching refs:utestdatapath
989 UChar* utestdatapath=NULL; in TestAPI() local
1005 utestdatapath = (UChar*) malloc((len+10)*sizeof(UChar)); in TestAPI()
1007 u_charsToUChars(testdatapath, utestdatapath, (int32_t)strlen(testdatapath)+1); in TestAPI()
1013 while ((backslash = u_strchr(utestdatapath, 0x005C))) { in TestAPI()
1042 teRes=ures_openU(utestdatapath, "te", &status); in TestAPI()
1044 …tus(status, "ERROR: ures_openU() failed path =%s with %s\n", austrdup(utestdatapath), myErrorName(… in TestAPI()
1142 free(utestdatapath); in TestAPI()
1150 UChar* utestdatapath; in TestErrorConditions() local
1168 utestdatapath = (UChar*) malloc(sizeof(UChar) *(len+10)); in TestErrorConditions()
1169 u_uastrcpy(utestdatapath, testdatapath); in TestErrorConditions()
1174 teRes=ures_openU(utestdatapath, "te", &status); in TestErrorConditions()
1178 …ures_openU() is supposed to fail path =%s with status != U_ZERO_ERROR\n", austrdup(utestdatapath)); in TestErrorConditions()
1191 teRes=ures_openU(utestdatapath, "te", &status); in TestErrorConditions()
1193 …log_err("ERROR: ures_openU() failed path =%s with %s\n", austrdup(utestdatapath), myErrorName(stat… in TestErrorConditions()
1367 free(utestdatapath); in TestErrorConditions()