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

/macosx-10.9.5/ICU-511.35/icuSources/test/cintltst/
H A Dcreststn.c676 char *testDataFileName = (char *) malloc( srcPathLen+ deltaPathLen + 50 ); local
677 char *path = testDataFileName;
694 UCHARBUF* ucbuf = ucbuf_open(testDataFileName,&cp,FALSE,FALSE,&status);
711 log_err("ucbuf failed to open %s. Error: %s\n", testDataFileName, u_errorName(status));
716 log_err("Could not get riwords.txt (path : %s). Error: %s\n",testDataFileName,u_errorName(status));
732 UCHARBUF* ucbuf = ucbuf_open(testDataFileName,&cp,FALSE,FALSE,&status);
745 log_err("ucbuf failed to open %s. Error: %s\n", testDataFileName, u_errorName(status));
749 log_err("Could not get translit_rules.txt (path : %s). Error: %s\n",testDataFileName,u_errorName(status));
753 free(testDataFileName);

Completed in 159 milliseconds