HomeSort by relevance Sort by last modified time
    Searched refs:testDataFileName (Results 1 - 2 of 2) sorted by null

  /external/chromium/third_party/icu/source/test/cintltst/
creststn.c 671 char *testDataFileName = (char *) malloc( srcPathLen+ deltaPathLen + 50 );
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);
    [all...]
  /external/icu4c/test/cintltst/
creststn.c 674 char *testDataFileName = (char *) malloc( srcPathLen+ deltaPathLen + 50 );
675 char *path = testDataFileName;
692 UCHARBUF* ucbuf = ucbuf_open(testDataFileName,&cp,FALSE,FALSE,&status);
709 log_err("ucbuf failed to open %s. Error: %s\n", testDataFileName, u_errorName(status));
714 log_err("Could not get riwords.txt (path : %s). Error: %s\n",testDataFileName,u_errorName(status));
730 UCHARBUF* ucbuf = ucbuf_open(testDataFileName,&cp,FALSE,FALSE,&status);
743 log_err("ucbuf failed to open %s. Error: %s\n", testDataFileName, u_errorName(status));
747 log_err("Could not get translit_rules.txt (path : %s). Error: %s\n",testDataFileName,u_errorName(status));
751 free(testDataFileName);
    [all...]

Completed in 22 milliseconds