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

  /external/chromium_org/third_party/icu/source/tools/genctd/
genctd.cpp 129 const char *wordFileName;
157 wordFileName = argv[1];
207 file = fopen(wordFileName, "rb");
214 sprintf(msg, "%s not found, genctd writes dummy %s", wordFileName, outFileName);
229 fprintf(stderr, "Error reading file \"%s\"\n", wordFileName);
  /external/icu4c/tools/gendict/
gendict.cpp 302 const char *wordFileName = argv[1];
347 if (verbose) { printf("Opening file %s...\n", wordFileName); }
349 UCHARBUF *f = ucbuf_open(wordFileName, &codepage, TRUE, FALSE, status);

Completed in 58 milliseconds