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

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcreststn.c669 char *testDataFileName = (char *) malloc( srcPathLen+ deltaPathLen + 50 ); local
670 char *path = testDataFileName;
687 UCHARBUF* ucbuf = ucbuf_open(testDataFileName,&cp,FALSE,FALSE,&status);
704 log_err("ucbuf failed to open %s. Error: %s\n", testDataFileName, u_errorName(status));
709 log_err("Could not get riwords.txt (path : %s). Error: %s\n",testDataFileName,u_errorName(status));
725 UCHARBUF* ucbuf = ucbuf_open(testDataFileName,&cp,FALSE,FALSE,&status);
738 log_err("ucbuf failed to open %s. Error: %s\n", testDataFileName, u_errorName(status));
742 log_err("Could not get translit_rules.txt (path : %s). Error: %s\n",testDataFileName,u_errorName(status));
746 free(testDataFileName);
/external/icu/icu4c/source/test/cintltst/
H A Dcreststn.c671 char *testDataFileName = (char *) malloc( srcPathLen+ deltaPathLen + 50 ); local
672 char *path = testDataFileName;
689 UCHARBUF* ucbuf = ucbuf_open(testDataFileName,&cp,FALSE,FALSE,&status);
706 log_err("ucbuf failed to open %s. Error: %s\n", testDataFileName, u_errorName(status));
711 log_err("Could not get riwords.txt (path : %s). Error: %s\n",testDataFileName,u_errorName(status));
727 UCHARBUF* ucbuf = ucbuf_open(testDataFileName,&cp,FALSE,FALSE,&status);
740 log_err("ucbuf failed to open %s. Error: %s\n", testDataFileName, u_errorName(status));
744 log_err("Could not get translit_rules.txt (path : %s). Error: %s\n",testDataFileName,u_errorName(status));
748 free(testDataFileName);

Completed in 6276 milliseconds