Home | History | Annotate | Download | only in cintltst

Lines Matching refs:testDataFileName

676         char *testDataFileName = (char *) malloc( srcPathLen+ deltaPathLen + 50 );
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);