Searched refs:testDataFileName (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/test/cintltst/
H A Dcreststn.c675 char *testDataFileName = (char *) malloc( srcPathLen+ deltaPathLen + 50 ); local
676 char *path = testDataFileName;
693 UCHARBUF* ucbuf = ucbuf_open(testDataFileName,&cp,FALSE,FALSE,&status);
710 log_err("ucbuf failed to open %s. Error: %s\n", testDataFileName, u_errorName(status));
715 log_err("Could not get riwords.txt (path : %s). Error: %s\n",testDataFileName,u_errorName(status));
731 UCHARBUF* ucbuf = ucbuf_open(testDataFileName,&cp,FALSE,FALSE,&status);
744 log_err("ucbuf failed to open %s. Error: %s\n", testDataFileName, u_errorName(status));
748 log_err("Could not get translit_rules.txt (path : %s). Error: %s\n",testDataFileName,u_errorName(status));
752 free(testDataFileName);

Completed in 56 milliseconds