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

  /external/chromium_org/third_party/icu/source/test/cintltst/
creststn.c 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);
    [all...]
  /external/icu4c/test/cintltst/
creststn.c 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);
    [all...]

Completed in 81 milliseconds